| Package | Description | 
|---|---|
| com.hazelcast.internal.util.hashslot | Contains a family of interfaces that provide a common base for various
 kinds of open-addressed hashtable implementations. | 
| com.hazelcast.internal.util.hashslot.impl | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | HashSlotArray12byteKeySpecialization of  HashSlotArrayto the case where the key consists of alongand anintvalue and the value part is a block whose size is 4 + multiple of 8 (including zero). | 
| interface  | HashSlotArray16byteKeySpecialization of  HashSlotArrayto the case where the key consists of twolongvalues
 and the value part is a block whose size is a multiple of 8 (including zero). | 
| interface  | HashSlotArray8byteKeySpecialization of  HashSlotArrayto the case where the key is a singlelongvalue
 and the value part is a block whose size is a multiple of 8 (including zero). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HashSlotArray12byteKeyImplImplementation of  HashSlotArray8byteKeyas a restriction ofHashSlotArrayBaseto a case where justkey1is used. | 
| class  | HashSlotArray16byteKeyImplImplementation of  HashSlotArray16byteKey. | 
| class  | HashSlotArray16byteKeyNoValueTwin-key hash slot array with zero-width value. | 
| class  | HashSlotArray8byteKeyImplImplementation of  HashSlotArray8byteKeyas a restriction ofHashSlotArrayBaseto a case where justkey1is used. | 
| class  | HashSlotArray8byteKeyNoValueSpecialization of  HashSlotArray8byteKeyImplto the case of zero-length value. | 
| class  | HashSlotArrayBaseImplementation of  HashSlotArray, common to all its subtype implementations. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.