| 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 calculation. | 
| InflatableSet<T> | Provides fast  Setimplementation for cases where items are known to not
 contain duplicates. | 
| InflatableSet.Builder<T> | Builder for  InflatableSetThis is the only way to create a new instance of InflatableSet | 
| Int2ObjectHashMap<V> | Mapimplementation 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> | Mapimplementation 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 © 2015 Hazelcast, Inc.. All Rights Reserved.