Uses of Class
io.permazen.util.AbstractIterationSet
Packages that use AbstractIterationSet
Package
Description
Utility classes relating to the
KVDatabase
interface.General utility classes used with Permazen.
-
Uses of AbstractIterationSet in io.permazen.kv.util
Subclasses of AbstractIterationSet in io.permazen.kv.utilModifier and TypeClassDescriptionclass
NavigableSet
support superclass for sets backed by elements encoded asbyte[]
array keys in aKVStore
.class
ANavigableSet
view of the keys in aKVStore
. -
Uses of AbstractIterationSet in io.permazen.util
Subclasses of AbstractIterationSet in io.permazen.utilModifier 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.