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 TypeClassDescriptionclassMaintains an orderedinteger->integerlookup table, consisting of two columns, one for keys, the other for values.final classMaintains an orderedlong->longlookup 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 TypeMethodDescriptionbooleanDoubleIntIndex.addUnsorted(LongLookup other) booleanDoubleLongIndex.addUnsorted(LongLookup other) booleanLongLookup.addUnsorted(LongLookup other)