Uses of Interface
com.db4o.internal.fieldindex.IndexedNodeWithRange
-
Packages that use IndexedNodeWithRange Package Description com.db4o.internal.fieldindex -
-
Uses of IndexedNodeWithRange in com.db4o.internal.fieldindex
Classes in com.db4o.internal.fieldindex that implement IndexedNodeWithRange Modifier and Type Class Description class
AndIndexedLeaf
class
IndexedLeaf
class
JoinedLeaf
class
OrIndexedLeaf
Constructors in com.db4o.internal.fieldindex with parameters of type IndexedNodeWithRange Constructor Description AndIndexedLeaf(QCon constraint, IndexedNodeWithRange leaf1, IndexedNodeWithRange leaf2)
JoinedLeaf(QCon constraint, IndexedNodeWithRange leaf1, BTreeRange range)
OrIndexedLeaf(QCon constraint, IndexedNodeWithRange leaf1, IndexedNodeWithRange leaf2)
-