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 classClientQueryResult -
Uses of IntVisitor in com.db4o.foundation
Methods in com.db4o.foundation with parameters of type IntVisitor Modifier and Type Method Description voidIntVisitable. 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 voidFieldIndexProcessorResult. traverse(IntVisitor visitor)voidIndexedNodeBase. traverse(IntVisitor visitor)static voidIndexedNodeBase. traverse(IndexedNode node, IntVisitor visitor)voidJoinedLeaf. 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 voidQueryResultCandidates. 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 classIdListQueryResult
-