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 FixedSizeIntIterator4
ClientObjectContainer. 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 class
FixedSizeIntIterator4Base
Methods in com.db4o.cs.internal.objectexchange that return FixedSizeIntIterator4 Modifier and Type Method Description FixedSizeIntIterator4
CacheContributingObjectReader. iterator()
FixedSizeIntIterator4
DeferredObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
FixedSizeIntIterator4
EagerObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
FixedSizeIntIterator4
ObjectExchangeStrategy. 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 class
IntIterator4Impl
Methods in com.db4o.foundation that return FixedSizeIntIterator4 Modifier and Type Method Description static FixedSizeIntIterator4
IntIterators. forInts(int[] array, int count)
-