Searched defs:createWithExpectedSize (Results 1 – 10 of 10) sorted by relevance
89 public static <E> CompactLinkedHashSet<E> createWithExpectedSize(int expectedSize) { in createWithExpectedSize() method in CompactLinkedHashSet
61 public static <K, V> CompactLinkedHashMap<K, V> createWithExpectedSize(int expectedSize) { in createWithExpectedSize() method in CompactLinkedHashMap
45 public static <K> ObjectCountLinkedHashMap<K> createWithExpectedSize(int expectedSize) { in createWithExpectedSize() method in ObjectCountLinkedHashMap
110 public static <E> CompactHashSet<E> createWithExpectedSize(int expectedSize) { in createWithExpectedSize() method in CompactHashSet
94 public static <K, V> CompactHashMap<K, V> createWithExpectedSize(int expectedSize) { in createWithExpectedSize() method in CompactHashMap
58 public static <K> ObjectCountHashMap<K> createWithExpectedSize(int expectedSize) { in createWithExpectedSize() method in ObjectCountHashMap
94 public static <E> CompactLinkedHashSet<E> createWithExpectedSize(int expectedSize) { in createWithExpectedSize() method in CompactLinkedHashSet
70 public static <K, V> CompactLinkedHashMap<K, V> createWithExpectedSize(int expectedSize) { in createWithExpectedSize() method in CompactLinkedHashMap
114 public static <E> CompactHashSet<E> createWithExpectedSize(int expectedSize) { in createWithExpectedSize() method in CompactHashSet
99 public static <K, V> CompactHashMap<K, V> createWithExpectedSize(int expectedSize) { in createWithExpectedSize() method in CompactHashMap