Package com.db4o.internal.fieldindex
Class FieldIndexProcessorResult
- java.lang.Object
-
- com.db4o.internal.fieldindex.FieldIndexProcessorResult
-
- All Implemented Interfaces:
IntVisitable
public class FieldIndexProcessorResult extends java.lang.Object implements IntVisitable
-
-
Field Summary
Fields Modifier and Type Field Description static FieldIndexProcessorResult
FOUND_INDEX_BUT_NO_MATCH
static FieldIndexProcessorResult
NO_INDEX_FOUND
-
Constructor Summary
Constructors Constructor Description FieldIndexProcessorResult(IndexedNode indexedNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
foundIndex()
boolean
foundMatch()
Iterator4
iterateIDs()
boolean
noMatch()
void
traverse(IntVisitor visitor)
-
-
-
Field Detail
-
NO_INDEX_FOUND
public static final FieldIndexProcessorResult NO_INDEX_FOUND
-
FOUND_INDEX_BUT_NO_MATCH
public static final FieldIndexProcessorResult FOUND_INDEX_BUT_NO_MATCH
-
-
Constructor Detail
-
FieldIndexProcessorResult
public FieldIndexProcessorResult(IndexedNode indexedNode)
-
-
Method Detail
-
traverse
public void traverse(IntVisitor visitor)
- Specified by:
traverse
in interfaceIntVisitable
-
foundMatch
public boolean foundMatch()
-
foundIndex
public boolean foundIndex()
-
noMatch
public boolean noMatch()
-
iterateIDs
public Iterator4 iterateIDs()
-
-