com.carrotsearch.hppc
Class ShortObjectScatterMap<VType>
- java.lang.Object
-
- com.carrotsearch.hppc.ShortObjectHashMap<VType>
-
- com.carrotsearch.hppc.ShortObjectScatterMap<VType>
-
- All Implemented Interfaces:
- Preallocable, ShortObjectAssociativeContainer<VType>, ShortObjectMap<VType>, java.lang.Cloneable, java.lang.Iterable<ShortObjectCursor<VType>>
@Generated(date="2015-05-07T09:33:04+0200", value="KTypeVTypeScatterMap.java") public class ShortObjectScatterMap<VType> extends ShortObjectHashMap<VType>Same asShortObjectHashMapbut 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.ShortObjectHashMap
ShortObjectHashMap.KeysContainer
-
-
Field Summary
-
Fields inherited from class com.carrotsearch.hppc.ShortObjectHashMap
keys, values
-
-
Constructor Summary
Constructors Constructor and Description ShortObjectScatterMap()New instance with sane defaults.ShortObjectScatterMap(int expectedElements)New instance with sane defaults.ShortObjectScatterMap(int expectedElements, double loadFactor)New instance with sane defaults.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static <VType> ShortObjectScatterMap<VType>from(short[] keys, VType[] values)Creates a hash map from two index-aligned arrays of key-value pairs.-
Methods inherited from class com.carrotsearch.hppc.ShortObjectHashMap
clear, clone, containsKey, ensureCapacity, equals, forEach, forEach, get, getOrDefault, hashCode, indexExists, indexGet, indexInsert, indexOf, indexReplace, isEmpty, iterator, keys, put, putAll, putAll, putIfAbsent, release, remove, removeAll, removeAll, removeAll, size, toString, values, visualizeKeyDistribution
-
-
-
-
Constructor Detail
-
ShortObjectScatterMap
public ShortObjectScatterMap()
New instance with sane defaults.
-
ShortObjectScatterMap
public ShortObjectScatterMap(int expectedElements)
New instance with sane defaults.
-
ShortObjectScatterMap
public ShortObjectScatterMap(int expectedElements, double loadFactor)New instance with sane defaults.
-
-
Method Detail
-
from
public static <VType> ShortObjectScatterMap<VType> from(short[] keys, VType[] values)
Creates a hash map from two index-aligned arrays of key-value pairs.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG