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 classLazyClientIdIteratorMethods in com.db4o.cs.internal that return IntIterator4 Modifier and Type Method Description IntIterator4LazyClientObjectSetStub. idIterator()IntIterator4LazyClientQueryResult. iterateIDs()Methods in com.db4o.cs.internal with parameters of type IntIterator4 Modifier and Type Method Description intPrefetchingStrategy. prefetchObjects(ClientObjectContainer container, Transaction trans, IntIterator4 ids, java.lang.Object[] prefetched, int prefetchCount)intSingleMessagePrefetchingStrategy. 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 classFixedSizeIntIterator4BaseMethods in com.db4o.cs.internal.objectexchange with parameters of type IntIterator4 Modifier and Type Method Description ByteArrayBufferDeferredObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int count)ByteArrayBufferEagerObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)ByteArrayBufferObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)ByteArrayBufferEagerObjectWriter. write(IntIterator4 idIterator, int maxCount) -
Uses of IntIterator4 in com.db4o.foundation
Subinterfaces of IntIterator4 in com.db4o.foundation Modifier and Type Interface Description interfaceFixedSizeIntIterator4Classes in com.db4o.foundation that implement IntIterator4 Modifier and Type Class Description classIntIterator4AdaptorclassIntIterator4ImplMethods in com.db4o.foundation that return IntIterator4 Modifier and Type Method Description static IntIterator4IntIterators. forLongs(long[] ids)IntIterator4IntArrayList. intIterator() -
Uses of IntIterator4 in com.db4o.internal
Methods in com.db4o.internal with parameters of type IntIterator4 Modifier and Type Method Description static TreeTreeInt. 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 IntIterator4AbstractLateQueryResult. iterateIDs()IntIterator4HybridQueryResult. iterateIDs()IntIterator4IdListQueryResult. iterateIDs()IntIterator4IdTreeQueryResult. iterateIDs()IntIterator4QueryResult. iterateIDs()Constructors in com.db4o.internal.query.result with parameters of type IntIterator4 Constructor Description IdTreeQueryResult(Transaction transaction, IntIterator4 ids)
-