Uses of Class
com.db4o.foundation.Collection4
-
Packages that use Collection4 Package Description com.db4o.foundation com.db4o.internal com.db4o.internal.query.processor -
-
Uses of Collection4 in com.db4o.foundation
Methods in com.db4o.foundation that return Collection4 Modifier and Type Method Description static Collection4
Arrays4. asList(java.lang.Object[] arr)
Methods in com.db4o.foundation with parameters of type Collection4 Modifier and Type Method Description int
BlockingQueue. drainTo(Collection4<T> target)
int
BlockingQueue4. drainTo(Collection4<T> list)
Removes all the available elements in the queue to the colletion passed as argument.int
DelegatingBlockingQueue. drainTo(Collection4<T> list)
Constructors in com.db4o.foundation with parameters of type Collection4 Constructor Description Collection4Iterator(Collection4 collection, List4 first)
-
Uses of Collection4 in com.db4o.internal
Methods in com.db4o.internal that return Collection4 Modifier and Type Method Description Collection4
ClassMetadataRepository. forInterface(ReflectClass claxx)
-
Uses of Collection4 in com.db4o.internal.query.processor
Methods in com.db4o.internal.query.processor with parameters of type Collection4 Modifier and Type Method Description Iterator4
QCandidates. executeLazy(Collection4 executionPath)
Iterator4
QCandidates. executeSnapshot(Collection4 executionPath)
-