| Package | Description |
|---|---|
| net.metanotion.io.block.index |
Indexing and search utilities for block-based storage.
|
| net.metanotion.util.skiplist |
Skip list data structure implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IBSkipIterator<K extends Comparable<? super K>,V>
SkipList iterator with on-demand span loading (I2P version).
|
| Modifier and Type | Method and Description |
|---|---|
SkipIterator<K,V> |
BSkipList.find(K key)
Find the entry with the given key.
|
SkipIterator<K,V> |
BSkipList.iterator()
Get an iterator over all entries in this skiplist.
|
| Modifier and Type | Method and Description |
|---|---|
SkipIterator<K,V> |
SkipList.find(K key) |
SkipIterator<K,V> |
SkipList.iterator() |