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 |
HashSlotCursor12byteKey
Cursor over assigned slots in a
HashSlotArray12byteKey . |
interface |
HashSlotCursor16byteKey
Cursor over assigned slots in a
HashSlotArray16byteKey . |
interface |
HashSlotCursor8byteKey
Cursor over assigned hash slots in a
HashSlotArray8byteKey . |
Modifier and Type | Class and Description |
---|---|
protected class |
HashSlotArrayBase.Cursor |
protected class |
HashSlotArrayBase.CursorIntKey2 |
protected class |
HashSlotArrayBase.CursorLongKey2 |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.