Uses of Interface
com.db4o.foundation.Queue4
-
Packages that use Queue4 Package Description com.db4o.cs.internal com.db4o.foundation com.db4o.internal.btree com.db4o.internal.mapping -
-
Uses of Queue4 in com.db4o.cs.internal
Fields in com.db4o.cs.internal declared as Queue4 Modifier and Type Field Description static Queue4DebugCS. clientMessageQueue -
Uses of Queue4 in com.db4o.foundation
Subinterfaces of Queue4 in com.db4o.foundation Modifier and Type Interface Description interfaceBlockingQueue4<T>interfacePausableBlockingQueue4<T>interfaceTimeoutBlockingQueue4<T>Classes in com.db4o.foundation that implement Queue4 Modifier and Type Class Description classBlockingQueue<T>classDelegatingBlockingQueue<T>classNoDuplicatesQueueclassNonblockingQueue<T>Unbounded queue.classPausableBlockingQueue<T>classTimeoutBlockingQueue<T>Constructors in com.db4o.foundation with parameters of type Queue4 Constructor Description NoDuplicatesQueue(Queue4 queue) -
Uses of Queue4 in com.db4o.internal.btree
Fields in com.db4o.internal.btree declared as Queue4 Modifier and Type Field Description protected Queue4BTree. _processing -
Uses of Queue4 in com.db4o.internal.mapping
Constructors in com.db4o.internal.mapping with parameters of type Queue4 Constructor Description IdSource(Queue4 queue)
-