Uses of Interface
com.db4o.foundation.IntIterator4
-
Packages that use IntIterator4 Package Description com.db4o.cs.internal com.db4o.cs.internal.objectexchange com.db4o.foundation com.db4o.internal com.db4o.internal.query.result -
-
Uses of IntIterator4 in com.db4o.cs.internal
Classes in com.db4o.cs.internal that implement IntIterator4 Modifier and Type Class Description class
LazyClientIdIterator
Methods in com.db4o.cs.internal that return IntIterator4 Modifier and Type Method Description IntIterator4
LazyClientObjectSetStub. idIterator()
IntIterator4
LazyClientQueryResult. iterateIDs()
Methods in com.db4o.cs.internal with parameters of type IntIterator4 Modifier and Type Method Description int
PrefetchingStrategy. prefetchObjects(ClientObjectContainer container, Transaction trans, IntIterator4 ids, java.lang.Object[] prefetched, int prefetchCount)
int
SingleMessagePrefetchingStrategy. prefetchObjects(ClientObjectContainer container, Transaction trans, IntIterator4 ids, java.lang.Object[] prefetched, int prefetchCount)
Constructors in com.db4o.cs.internal with parameters of type IntIterator4 Constructor Description LazyClientObjectSetStub(AbstractQueryResult queryResult, IntIterator4 idIterator)
-
Uses of IntIterator4 in com.db4o.cs.internal.objectexchange
Classes in com.db4o.cs.internal.objectexchange that implement IntIterator4 Modifier and Type Class Description class
FixedSizeIntIterator4Base
Methods in com.db4o.cs.internal.objectexchange with parameters of type IntIterator4 Modifier and Type Method Description ByteArrayBuffer
DeferredObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int count)
ByteArrayBuffer
EagerObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)
ByteArrayBuffer
ObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)
ByteArrayBuffer
EagerObjectWriter. write(IntIterator4 idIterator, int maxCount)
-
Uses of IntIterator4 in com.db4o.foundation
Subinterfaces of IntIterator4 in com.db4o.foundation Modifier and Type Interface Description interface
FixedSizeIntIterator4
Classes in com.db4o.foundation that implement IntIterator4 Modifier and Type Class Description class
IntIterator4Adaptor
class
IntIterator4Impl
Methods in com.db4o.foundation that return IntIterator4 Modifier and Type Method Description static IntIterator4
IntIterators. forLongs(long[] ids)
IntIterator4
IntArrayList. intIterator()
-
Uses of IntIterator4 in com.db4o.internal
Methods in com.db4o.internal with parameters of type IntIterator4 Modifier and Type Method Description static Tree
TreeInt. addAll(Tree tree, IntIterator4 iter)
-
Uses of IntIterator4 in com.db4o.internal.query.result
Methods in com.db4o.internal.query.result that return IntIterator4 Modifier and Type Method Description IntIterator4
AbstractLateQueryResult. iterateIDs()
IntIterator4
HybridQueryResult. iterateIDs()
IntIterator4
IdListQueryResult. iterateIDs()
IntIterator4
IdTreeQueryResult. iterateIDs()
IntIterator4
QueryResult. iterateIDs()
Constructors in com.db4o.internal.query.result with parameters of type IntIterator4 Constructor Description IdTreeQueryResult(Transaction transaction, IntIterator4 ids)
-