| Class | Description |
|---|---|
| BSkipLevels<K extends Comparable<? super K>,V> |
On-disk format:
|
| BSkipList<K extends Comparable<? super K>,V> |
On-disk format:
|
| BSkipSpan<K extends Comparable<? super K>,V> |
On-disk format:
|
| IBSkipIterator<K extends Comparable<? super K>,V> |
I2P
Overridden to load the span when required and null out the keys and values
when the iterator leaves the span.
|
| IBSkipSpan<K extends Comparable<? super K>,V> |
I2P version of BSkipSpan
BSkipSpan stores all keys and values in-memory, backed by the file.
|