Uses of Enum
net.quasardb.qdb.kv.Entry.Type
Packages that use Entry.Type
-
Uses of Entry.Type in net.quasardb.qdb.kv
Methods in net.quasardb.qdb.kv that return Entry.TypeModifier and TypeMethodDescriptionstatic Entry.Type
Entry.Type.fromInt
(int type) static Entry.Type
Returns the enum constant of this type with the specified name.static Entry.Type[]
Entry.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.