Interface | Description |
---|---|
BiInt2ObjectMap.EntryConsumer<V> |
Handler for a map entry
|
Class | Description |
---|---|
ArrayUtils |
Convenient method for array manipulations.
|
BiInt2ObjectMap<V> |
Map that takes two part int key and associates with an object.
|
Hashing |
Hashcode functions for classes in this package.
|
InflatableSet<T> |
Provides fast
Set implementation for cases where items are known to not
contain duplicates. |
InflatableSet.Builder<T> |
Builder for
InflatableSet
This is the only way to create a new instance of InflatableSet |
Int2ObjectHashMap<V> |
Map implementation specialised for int keys using open addressing and
linear probing for cache efficient access. |
InternalMultiMap<K,V> |
Simplistic implementation of MultiMap.
|
IntHashSet |
Simple fixed-size int hashset.
|
IntIterator |
An iterator for a sequence of primitive integers.
|
Long2LongHashMap |
A Probing hashmap specialised for long key and value pairs.
|
Long2ObjectHashMap<V> |
Map implementation specialised for long keys using open addressing and
linear probing for cache efficient access. |
LongHashSet |
Simple fixed-size long hashset.
|
LongIterator |
An iterator for a sequence of primitive integers.
|
MapDelegatingSet<V> |
Read-only collection which delegates its operations to an underlying map and a couple of functions.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.