| Package | Description |
|---|---|
| com.hazelcast.elastic.tree |
RB Tree implementation
|
| com.hazelcast.elastic.tree.impl |
| Modifier and Type | Method and Description |
|---|---|
static OrderingDirection |
OrderingDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderingDirection[] |
OrderingDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<OffHeapTreeEntry> |
OffHeapTreeStore.entries(OffHeapTreeEntry entry,
OrderingDirection direction) |
Iterator<OffHeapTreeEntry> |
OffHeapTreeStore.entries(OrderingDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<OffHeapTreeEntry> |
RedBlackTreeStore.entries(OffHeapTreeEntry entry,
OrderingDirection direction) |
Iterator<OffHeapTreeEntry> |
RedBlackTreeStore.entries(OrderingDirection direction) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.