Uses of Interface
com.db4o.foundation.IntVisitor
-
Packages that use IntVisitor Package Description com.db4o.cs.internal com.db4o.foundation com.db4o.internal.fieldindex com.db4o.internal.query.processor com.db4o.internal.query.result -
-
Uses of IntVisitor in com.db4o.cs.internal
Classes in com.db4o.cs.internal that implement IntVisitor Modifier and Type Class Description class
ClientQueryResult
-
Uses of IntVisitor in com.db4o.foundation
Methods in com.db4o.foundation with parameters of type IntVisitor Modifier and Type Method Description void
IntVisitable. traverse(IntVisitor visitor)
-
Uses of IntVisitor in com.db4o.internal.fieldindex
Methods in com.db4o.internal.fieldindex with parameters of type IntVisitor Modifier and Type Method Description void
FieldIndexProcessorResult. traverse(IntVisitor visitor)
void
IndexedNodeBase. traverse(IntVisitor visitor)
static void
IndexedNodeBase. traverse(IndexedNode node, IntVisitor visitor)
void
JoinedLeaf. traverse(IntVisitor visitor)
-
Uses of IntVisitor in com.db4o.internal.query.processor
Methods in com.db4o.internal.query.processor with parameters of type IntVisitor Modifier and Type Method Description void
QueryResultCandidates. traverseIds(IntVisitor visitor)
-
Uses of IntVisitor in com.db4o.internal.query.result
Classes in com.db4o.internal.query.result that implement IntVisitor Modifier and Type Class Description class
IdListQueryResult
-