Package com.db4o.internal.fieldindex
Class IndexedLeaf
- java.lang.Object
-
- com.db4o.internal.fieldindex.IndexedNodeBase
-
- com.db4o.internal.fieldindex.IndexedLeaf
-
- All Implemented Interfaces:
IntVisitable
,Iterable4
,IndexedNode
,IndexedNodeWithRange
public class IndexedLeaf extends IndexedNodeBase implements IndexedNodeWithRange
-
-
Field Summary
-
Fields inherited from class com.db4o.internal.fieldindex.IndexedNodeBase
_constraint
-
-
Constructor Summary
Constructors Constructor Description IndexedLeaf(QConObject qcon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BTreeRange
getRange()
boolean
isEmpty()
Iterator4
iterator()
void
markAsBestIndex(QCandidates candidates)
int
resultSize()
-
Methods inherited from class com.db4o.internal.fieldindex.IndexedNodeBase
constraint, getIndex, isResolved, resolve, search, toString, traverse, traverse
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.db4o.internal.fieldindex.IndexedNode
getIndex, isResolved, resolve
-
Methods inherited from interface com.db4o.foundation.IntVisitable
traverse
-
-
-
-
Constructor Detail
-
IndexedLeaf
public IndexedLeaf(QConObject qcon)
-
-
Method Detail
-
resultSize
public int resultSize()
- Specified by:
resultSize
in interfaceIndexedNode
-
getRange
public BTreeRange getRange()
- Specified by:
getRange
in interfaceIndexedNodeWithRange
-
markAsBestIndex
public void markAsBestIndex(QCandidates candidates)
- Specified by:
markAsBestIndex
in interfaceIndexedNode
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interfaceIndexedNode
-
-