Uses of Class
io.permazen.util.AbstractIterationSet
Package
Description
Utility classes relating to the
KVDatabase
interface.General utility classes used with Permazen.
-
Uses of AbstractIterationSet in io.permazen.kv.util
Modifier and TypeClassDescriptionclass
NavigableSet
support superclass for sets backed by elements encoded asbyte[]
keys in aKVStore
and whose sort order is consistent with theirbyte[]
key encoding.class
ANavigableSet
view of the keys in aKVStore
. -
Uses of AbstractIterationSet in io.permazen.util
Modifier and TypeClassDescriptionclass
Support superclass forNavigableSet
implementations based on database entries.class
Provides a transformed view of a wrappedNavigableSet
using a strictly invertableConverter
.class
ConvertedSet<E,
W> class
An immutableNavigableSet
implementation optimized for read efficiency.