Uses of Interface
org.hsqldb.lib.LongLookup
Packages that use LongLookup
-
Uses of LongLookup in org.hsqldb.lib
Classes in org.hsqldb.lib that implement LongLookupModifier and TypeClassDescriptionclass
Maintains an orderedinteger->integer
lookup table, consisting of two columns, one for keys, the other for values.final class
Maintains an orderedlong->long
lookup table, consisting of two columns, one for keys, the other for values.Methods in org.hsqldb.lib that return LongLookupModifier and TypeMethodDescriptionDoubleIntIndex.duplicate()
DoubleLongIndex.duplicate()
LongLookup.duplicate()
Methods in org.hsqldb.lib with parameters of type LongLookupModifier and TypeMethodDescriptionboolean
DoubleIntIndex.addUnsorted
(LongLookup other) boolean
DoubleLongIndex.addUnsorted
(LongLookup other) boolean
LongLookup.addUnsorted
(LongLookup other)