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 emptyCompactLinkedHashMapinstance.static <K,V> CompactLinkedHashMap <K, V> CompactLinkedHashMap.createWithExpectedSize(int expectedSize) Creates aCompactLinkedHashMapinstance, with a high enough "initial capacity" that it should holdexpectedSizeelements without rebuilding internal data structures.