com.carrotsearch.hppc
Class ObjectIntScatterMap<KType>
- java.lang.Object
-
- com.carrotsearch.hppc.ObjectIntHashMap<KType>
-
- com.carrotsearch.hppc.ObjectIntScatterMap<KType>
-
- All Implemented Interfaces:
- ObjectIntAssociativeContainer<KType>, ObjectIntMap<KType>, Preallocable, java.lang.Cloneable, java.lang.Iterable<ObjectIntCursor<KType>>
@Generated(date="2015-05-07T09:33:04+0200", value="KTypeVTypeScatterMap.java") public class ObjectIntScatterMap<KType> extends ObjectIntHashMap<KType>Same asObjectIntHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Note: read about important differences between hash and scatter sets.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.carrotsearch.hppc.ObjectIntHashMap
ObjectIntHashMap.KeysContainer
-
-
Field Summary
-
Fields inherited from class com.carrotsearch.hppc.ObjectIntHashMap
keys, values
-
-
Constructor Summary
Constructors Constructor and Description ObjectIntScatterMap()New instance with sane defaults.ObjectIntScatterMap(int expectedElements)New instance with sane defaults.ObjectIntScatterMap(int expectedElements, double loadFactor)New instance with sane defaults.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static <KType> ObjectIntScatterMap<KType>from(KType[] keys, int[] values)Creates a hash map from two index-aligned arrays of key-value pairs.-
Methods inherited from class com.carrotsearch.hppc.ObjectIntHashMap
addTo, clear, clone, containsKey, ensureCapacity, equals, forEach, forEach, get, getOrDefault, hashCode, indexExists, indexGet, indexInsert, indexOf, indexReplace, isEmpty, iterator, keys, put, putAll, putAll, putIfAbsent, putOrAdd, release, remove, removeAll, removeAll, removeAll, size, toString, values, visualizeKeyDistribution
-
-
-
-
Constructor Detail
-
ObjectIntScatterMap
public ObjectIntScatterMap()
New instance with sane defaults.
-
ObjectIntScatterMap
public ObjectIntScatterMap(int expectedElements)
New instance with sane defaults.
-
ObjectIntScatterMap
public ObjectIntScatterMap(int expectedElements, double loadFactor)New instance with sane defaults.
-
-
Method Detail
-
from
public static <KType> ObjectIntScatterMap<KType> from(KType[] keys, int[] values)
Creates a hash map from two index-aligned arrays of key-value pairs.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG