Searched refs:createHashFloodingResistantDelegate (Results 1 – 6 of 6) sorted by relevance
253 private Set<E> createHashFloodingResistantDelegate(int tableSize) { in createHashFloodingResistantDelegate() method in CompactHashSet259 Set<E> newDelegate = createHashFloodingResistantDelegate(hashTableMask() + 1); in convertToHashFloodingResistantImplementation()634 Set<E> newDelegate = createHashFloodingResistantDelegate(size()); in trimToSize()
127 Map<K, V> createHashFloodingResistantDelegate(int tableSize) { in createHashFloodingResistantDelegate() method in CompactLinkedHashMap
289 Map<K, V> createHashFloodingResistantDelegate(int tableSize) { in createHashFloodingResistantDelegate() method in CompactHashMap295 Map<K, V> newDelegate = createHashFloodingResistantDelegate(hashTableMask() + 1); in convertToHashFloodingResistantImplementation()962 Map<K, V> newDelegate = createHashFloodingResistantDelegate(size());
257 private Set<E> createHashFloodingResistantDelegate(int tableSize) { in createHashFloodingResistantDelegate() method in CompactHashSet263 Set<E> newDelegate = createHashFloodingResistantDelegate(hashTableMask() + 1); in convertToHashFloodingResistantImplementation()663 Set<E> newDelegate = createHashFloodingResistantDelegate(size()); in trimToSize()
132 Map<K, V> createHashFloodingResistantDelegate(int tableSize) { in createHashFloodingResistantDelegate() method in CompactLinkedHashMap
293 Map<K, V> createHashFloodingResistantDelegate(int tableSize) { in createHashFloodingResistantDelegate() method in CompactHashMap299 Map<K, V> newDelegate = createHashFloodingResistantDelegate(hashTableMask() + 1); in convertToHashFloodingResistantImplementation()1081 Map<K, V> newDelegate = createHashFloodingResistantDelegate(size());