Uses of Class
com.carrotsearch.hppc.ByteCharHashMap
Packages that use ByteCharHashMap
-
Uses of ByteCharHashMap in com.carrotsearch.hppc
Subclasses of ByteCharHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclassSame asByteCharHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ByteCharHashMapModifier and TypeFieldDescriptionprivate final ByteCharHashMapByteCharHashMap.KeysContainer.ownerprivate final ByteCharHashMapByteCharHashMap.ValuesContainer.ownerMethods in com.carrotsearch.hppc that return ByteCharHashMapModifier and TypeMethodDescriptionByteCharHashMap.clone()static ByteCharHashMapByteCharHashMap.from(byte[] keys, char[] values) Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type ByteCharHashMapModifier and TypeMethodDescriptionprotected booleanByteCharHashMap.equalElements(ByteCharHashMap other) Return true if all keys of some other container exist in this container.