Uses of Class
com.google.common.collect.CompactLinkedHashMap
-
Packages that use CompactLinkedHashMap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of CompactLinkedHashMap in com.google.common.collect
Methods in com.google.common.collect that return CompactLinkedHashMap Modifier and Type Method Description static <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 growth.
-