com.carrotsearch.hppc
Class ObjectFloatScatterMap<KType>
- java.lang.Object
-
- com.carrotsearch.hppc.ObjectFloatHashMap<KType>
-
- com.carrotsearch.hppc.ObjectFloatScatterMap<KType>
-
- All Implemented Interfaces:
- ObjectFloatAssociativeContainer<KType>, ObjectFloatMap<KType>, Preallocable, java.lang.Cloneable, java.lang.Iterable<ObjectFloatCursor<KType>>
@Generated(date="2015-05-07T09:33:04+0200", value="KTypeVTypeScatterMap.java") public class ObjectFloatScatterMap<KType> extends ObjectFloatHashMap<KType>Same asObjectFloatHashMapbut 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.ObjectFloatHashMap
ObjectFloatHashMap.KeysContainer
-
-
Field Summary
-
Fields inherited from class com.carrotsearch.hppc.ObjectFloatHashMap
keys, values
-
-
Constructor Summary
Constructors Constructor and Description ObjectFloatScatterMap()New instance with sane defaults.ObjectFloatScatterMap(int expectedElements)New instance with sane defaults.ObjectFloatScatterMap(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> ObjectFloatScatterMap<KType>from(KType[] keys, float[] values)Creates a hash map from two index-aligned arrays of key-value pairs.-
Methods inherited from class com.carrotsearch.hppc.ObjectFloatHashMap
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
-
ObjectFloatScatterMap
public ObjectFloatScatterMap()
New instance with sane defaults.
-
ObjectFloatScatterMap
public ObjectFloatScatterMap(int expectedElements)
New instance with sane defaults.
-
ObjectFloatScatterMap
public ObjectFloatScatterMap(int expectedElements, double loadFactor)New instance with sane defaults.
-
-
Method Detail
-
from
public static <KType> ObjectFloatScatterMap<KType> from(KType[] keys, float[] values)
Creates a hash map from two index-aligned arrays of key-value pairs.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG