Uses of Class
com.google.common.collect.CompactLinkedHashMap
Packages that use CompactLinkedHashMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of CompactLinkedHashMap in com.google.common.collect
Methods in com.google.common.collect that return CompactLinkedHashMapModifier and TypeMethodDescriptionstatic <K,
V> CompactLinkedHashMap <K, V> CompactLinkedHashMap.create()
Creates an emptyCompactLinkedHashMap
instance.static <K,
V> CompactLinkedHashMap <K, V> CompactLinkedHashMap.createWithExpectedSize
(int expectedSize) Creates aCompactLinkedHashMap
instance, with a high enough "initial capacity" that it should holdexpectedSize
elements without rebuilding internal data structures.