Uses of Class
com.db4o.foundation.Pair
-
Packages that use Pair Package Description com.db4o.cs.internal.objectexchange com.db4o.foundation com.db4o.internal.ids -
-
Uses of Pair in com.db4o.cs.internal.objectexchange
Methods in com.db4o.cs.internal.objectexchange that return types with arguments of type Pair Modifier and Type Method Description Iterator4<Pair<java.lang.Integer,ByteArrayBuffer>>
CacheContributingObjectReader. buffers()
java.util.List<Pair<java.lang.Integer,Slot>>
SlotCollector. collect(Iterator4<java.lang.Integer> roots)
-
Uses of Pair in com.db4o.foundation
Methods in com.db4o.foundation that return Pair Modifier and Type Method Description static <TFirst,TSecond>
Pair<TFirst,TSecond>Pair. of(TFirst first, TSecond second)
-
Uses of Pair in com.db4o.internal.ids
Method parameters in com.db4o.internal.ids with type arguments of type Pair Modifier and Type Method Description void
BTreeIdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)
void
IdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)
void
InMemoryIdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)
void
PointerBasedIdSystem. traverseOwnSlots(Procedure4<Pair<java.lang.Integer,Slot>> block)
-