| Package | Description |
|---|---|
| net.metanotion.io.block.index |
Indexing and search utilities for block-based storage.
|
| net.metanotion.util.skiplist |
Skip list data structure implementation.
|
| Class and Description |
|---|
| SkipIterator
A basic iterator for a skip list.
|
| SkipLevels
Manages the level structure for a skip list data structure.
|
| SkipList
Skip list data structure implementation for efficient key-value storage and retrieval.
|
| SkipSpan
Represents a span or node in a skip list data structure.
|
| Class and Description |
|---|
| SkipIterator
A basic iterator for a skip list.
|
| SkipLevels
Manages the level structure for a skip list data structure.
|
| SkipList
Skip list data structure implementation for efficient key-value storage and retrieval.
|
| SkipSpan
Represents a span or node in a skip list data structure.
|