Uses of Interface
com.gigaspaces.internal.utils.collections.economy.IHashEntryHandler
Packages that use IHashEntryHandler
-
Uses of IHashEntryHandler in com.gigaspaces.internal.utils.collections.economy
Classes in com.gigaspaces.internal.utils.collections.economy that implement IHashEntryHandlerConstructors in com.gigaspaces.internal.utils.collections.economy with parameters of type IHashEntryHandlerModifierConstructorDescriptionEconomyConcurrentHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, IHashEntryHandler<K, V> handler) Creates a new, empty map with the specified initial capacity, load factor and concurrency level.EconomyConcurrentHashMap(int initialCapacity, float loadFactor, IHashEntryHandler<K, V> handler) Creates a new, empty map with the specified initial capacity and load factor and with the default concurrencyLevel (16).EconomyConcurrentHashMap(int initialCapacity, IHashEntryHandler<K, V> handler) Creates a new, empty map with the specified initial capacity, and with default load factor (0.75) and concurrencyLevel (16).EconomyConcurrentHashMap(IHashEntryHandler<K, V> handler) Creates a new, empty map with a default initial capacity (16), load factor (0.75) and concurrencyLevel (16).EconomyConcurrentHashMap(Map<? extends K, ? extends V> m, IHashEntryHandler<K, V> handler) Creates a new map with the same mappings as the given map.