Uses of Class
io.permazen.util.AbstractNavigableSet
Packages that use AbstractNavigableSet
Package
Description
Utility classes relating to the
KVDatabase
interface.General utility classes used with Permazen.
-
Uses of AbstractNavigableSet in io.permazen.kv.util
Subclasses of AbstractNavigableSet 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 AbstractNavigableSet in io.permazen.util
Subclasses of AbstractNavigableSet in io.permazen.utilModifier and TypeClassDescriptionclass
Provides a transformed view of a wrappedNavigableSet
using a strictly invertableConverter
.class
An immutableNavigableSet
implementation optimized for read efficiency.