Module sstable::iterator [] [src]

A collection of fundamental and/or simple types used by other modules

Structs

StandardComparator

Traits

Comparator

Trait used to influence how SkipMap determines the order of elements. Use StandardComparator for the normal implementation using numerical comparison.

SSIterator

An extension of the standard Iterator trait that supports some methods necessary for LevelDB. This works because the iterators used are stateful and keep the last returned element.