Uses of Interface
com.db4o.foundation.FixedSizeIntIterator4
-
Packages that use FixedSizeIntIterator4 Package Description com.db4o.cs.internal com.db4o.cs.internal.objectexchange com.db4o.foundation -
-
Uses of FixedSizeIntIterator4 in com.db4o.cs.internal
Methods in com.db4o.cs.internal that return FixedSizeIntIterator4 Modifier and Type Method Description FixedSizeIntIterator4ClientObjectContainer. idIteratorFor(Transaction trans, ByteArrayBuffer reader) -
Uses of FixedSizeIntIterator4 in com.db4o.cs.internal.objectexchange
Classes in com.db4o.cs.internal.objectexchange that implement FixedSizeIntIterator4 Modifier and Type Class Description classFixedSizeIntIterator4BaseMethods in com.db4o.cs.internal.objectexchange that return FixedSizeIntIterator4 Modifier and Type Method Description FixedSizeIntIterator4CacheContributingObjectReader. iterator()FixedSizeIntIterator4DeferredObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)FixedSizeIntIterator4EagerObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)FixedSizeIntIterator4ObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader) -
Uses of FixedSizeIntIterator4 in com.db4o.foundation
Classes in com.db4o.foundation that implement FixedSizeIntIterator4 Modifier and Type Class Description classIntIterator4ImplMethods in com.db4o.foundation that return FixedSizeIntIterator4 Modifier and Type Method Description static FixedSizeIntIterator4IntIterators. forInts(int[] array, int count)
-