|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hash | |
---|---|
it.unimi.dsi.fastutil.booleans | Provides type-specific classes for boolean elements or keys. |
it.unimi.dsi.fastutil.bytes | Provides type-specific classes for byte elements or keys. |
it.unimi.dsi.fastutil.chars | Provides type-specific classes for character elements or keys. |
it.unimi.dsi.fastutil.doubles | Provides type-specific classes for double elements or keys. |
it.unimi.dsi.fastutil.floats | Provides type-specific classes for float elements or keys. |
it.unimi.dsi.fastutil.ints | Provides type-specific classes for integer elements or keys. |
it.unimi.dsi.fastutil.longs | Provides type-specific classes for long elements or keys. |
it.unimi.dsi.fastutil.objects | Provides type-specific classes for object elements or keys. |
it.unimi.dsi.fastutil.shorts | Provides type-specific classes for short elements or keys. |
Uses of Hash in it.unimi.dsi.fastutil.booleans |
---|
Classes in it.unimi.dsi.fastutil.booleans that implement Hash | |
---|---|
class |
BooleanOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation. |
Uses of Hash in it.unimi.dsi.fastutil.bytes |
---|
Classes in it.unimi.dsi.fastutil.bytes that implement Hash | |
---|---|
class |
Byte2BooleanLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Byte2BooleanOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Byte2ByteLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Byte2ByteOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Byte2CharLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Byte2CharOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Byte2DoubleLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Byte2DoubleOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Byte2FloatLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Byte2FloatOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Byte2IntLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Byte2IntOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Byte2LongLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Byte2LongOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Byte2ObjectLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Byte2ObjectOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Byte2ReferenceLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Byte2ReferenceOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Byte2ShortLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Byte2ShortOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
ByteLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
ByteLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
ByteOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
ByteOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation. |
Uses of Hash in it.unimi.dsi.fastutil.chars |
---|
Classes in it.unimi.dsi.fastutil.chars that implement Hash | |
---|---|
class |
Char2BooleanLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Char2BooleanOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Char2ByteLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Char2ByteOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Char2CharLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Char2CharOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Char2DoubleLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Char2DoubleOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Char2FloatLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Char2FloatOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Char2IntLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Char2IntOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Char2LongLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Char2LongOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Char2ObjectLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Char2ObjectOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Char2ReferenceLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Char2ReferenceOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Char2ShortLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Char2ShortOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
CharLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
CharLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
CharOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
CharOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation. |
Uses of Hash in it.unimi.dsi.fastutil.doubles |
---|
Classes in it.unimi.dsi.fastutil.doubles that implement Hash | |
---|---|
class |
Double2BooleanLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Double2BooleanOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Double2ByteLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Double2ByteOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Double2CharLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Double2CharOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Double2DoubleLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Double2DoubleOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Double2FloatLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Double2FloatOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Double2IntLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Double2IntOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Double2LongLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Double2LongOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Double2ObjectLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Double2ObjectOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Double2ReferenceLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Double2ReferenceOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Double2ShortLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Double2ShortOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
DoubleLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
DoubleLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
DoubleOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
DoubleOpenHashBigSet
A type-specific hash big set with with a fast, small-footprint implementation. |
class |
DoubleOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation. |
Uses of Hash in it.unimi.dsi.fastutil.floats |
---|
Classes in it.unimi.dsi.fastutil.floats that implement Hash | |
---|---|
class |
Float2BooleanLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Float2BooleanOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Float2ByteLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Float2ByteOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Float2CharLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Float2CharOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Float2DoubleLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Float2DoubleOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Float2FloatLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Float2FloatOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Float2IntLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Float2IntOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Float2LongLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Float2LongOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Float2ObjectLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Float2ObjectOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Float2ReferenceLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Float2ReferenceOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Float2ShortLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Float2ShortOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
FloatLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
FloatLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
FloatOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
FloatOpenHashBigSet
A type-specific hash big set with with a fast, small-footprint implementation. |
class |
FloatOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation. |
Uses of Hash in it.unimi.dsi.fastutil.ints |
---|
Classes in it.unimi.dsi.fastutil.ints that implement Hash | |
---|---|
class |
Int2BooleanLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Int2BooleanOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Int2ByteLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Int2ByteOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Int2CharLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Int2CharOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Int2DoubleLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Int2DoubleOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Int2FloatLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Int2FloatOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Int2IntLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Int2IntOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Int2LongLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Int2LongOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Int2ObjectLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Int2ObjectOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Int2ReferenceLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Int2ReferenceOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Int2ShortLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Int2ShortOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
IntLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
IntLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
IntOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
IntOpenHashBigSet
A type-specific hash big set with with a fast, small-footprint implementation. |
class |
IntOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation. |
Uses of Hash in it.unimi.dsi.fastutil.longs |
---|
Classes in it.unimi.dsi.fastutil.longs that implement Hash | |
---|---|
class |
Long2BooleanLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Long2BooleanOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Long2ByteLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Long2ByteOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Long2CharLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Long2CharOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Long2DoubleLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Long2DoubleOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Long2FloatLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Long2FloatOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Long2IntLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Long2IntOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Long2LongLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Long2LongOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Long2ObjectLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Long2ObjectOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Long2ReferenceLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Long2ReferenceOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Long2ShortLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Long2ShortOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
LongLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
LongLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
LongOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
LongOpenHashBigSet
A type-specific hash big set with with a fast, small-footprint implementation. |
class |
LongOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation. |
Uses of Hash in it.unimi.dsi.fastutil.objects |
---|
Classes in it.unimi.dsi.fastutil.objects that implement Hash | |
---|---|
class |
Object2BooleanLinkedOpenCustomHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2BooleanLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2BooleanOpenCustomHashMap<K>
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
Object2BooleanOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Object2ByteLinkedOpenCustomHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2ByteLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2ByteOpenCustomHashMap<K>
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
Object2ByteOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Object2CharLinkedOpenCustomHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2CharLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2CharOpenCustomHashMap<K>
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
Object2CharOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Object2DoubleLinkedOpenCustomHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2DoubleLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2DoubleOpenCustomHashMap<K>
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
Object2DoubleOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Object2FloatLinkedOpenCustomHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2FloatLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2FloatOpenCustomHashMap<K>
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
Object2FloatOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Object2IntLinkedOpenCustomHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2IntLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2IntOpenCustomHashMap<K>
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
Object2IntOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Object2LongLinkedOpenCustomHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2LongLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2LongOpenCustomHashMap<K>
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
Object2LongOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Object2ObjectLinkedOpenCustomHashMap<K,V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2ObjectLinkedOpenHashMap<K,V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2ObjectOpenCustomHashMap<K,V>
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
Object2ObjectOpenHashMap<K,V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Object2ReferenceLinkedOpenCustomHashMap<K,V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2ReferenceLinkedOpenHashMap<K,V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2ReferenceOpenCustomHashMap<K,V>
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
Object2ReferenceOpenHashMap<K,V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Object2ShortLinkedOpenCustomHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2ShortLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Object2ShortOpenCustomHashMap<K>
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
Object2ShortOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
ObjectLinkedOpenCustomHashSet<K>
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
ObjectLinkedOpenHashSet<K>
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
ObjectOpenCustomHashSet<K>
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
ObjectOpenHashBigSet<K>
A type-specific hash big set with with a fast, small-footprint implementation. |
class |
ObjectOpenHashSet<K>
A type-specific hash set with with a fast, small-footprint implementation. |
class |
Reference2BooleanLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Reference2BooleanOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Reference2ByteLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Reference2ByteOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Reference2CharLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Reference2CharOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Reference2DoubleLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Reference2DoubleOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Reference2FloatLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Reference2FloatOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Reference2IntLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Reference2IntOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Reference2LongLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Reference2LongOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Reference2ObjectLinkedOpenHashMap<K,V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Reference2ObjectOpenHashMap<K,V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Reference2ReferenceLinkedOpenHashMap<K,V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Reference2ReferenceOpenHashMap<K,V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Reference2ShortLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Reference2ShortOpenHashMap<K>
A type-specific hash map with a fast, small-footprint implementation. |
class |
ReferenceLinkedOpenHashSet<K>
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
ReferenceOpenHashBigSet<K>
A type-specific hash big set with with a fast, small-footprint implementation. |
class |
ReferenceOpenHashSet<K>
A type-specific hash set with with a fast, small-footprint implementation. |
Uses of Hash in it.unimi.dsi.fastutil.shorts |
---|
Classes in it.unimi.dsi.fastutil.shorts that implement Hash | |
---|---|
class |
Short2BooleanLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Short2BooleanOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Short2ByteLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Short2ByteOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Short2CharLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Short2CharOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Short2DoubleLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Short2DoubleOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Short2FloatLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Short2FloatOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Short2IntLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Short2IntOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Short2LongLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Short2LongOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
Short2ObjectLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Short2ObjectOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Short2ReferenceLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Short2ReferenceOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation. |
class |
Short2ShortLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Short2ShortOpenHashMap
A type-specific hash map with a fast, small-footprint implementation. |
class |
ShortLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
ShortLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
ShortOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
ShortOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |