Uses of Class
com.db4o.foundation.List4
-
Packages that use List4 Package Description com.db4o.foundation com.db4o.internal.query.processor -
-
Uses of List4 in com.db4o.foundation
Fields in com.db4o.foundation declared as List4 Modifier and Type Field Description List4<T>
List4. _next
next element in listMethods in com.db4o.foundation with parameters of type List4 Modifier and Type Method Description static <T> Iterator4
Iterators. iterate(List4 list)
static int
List4. size(List4<?> list)
Constructors in com.db4o.foundation with parameters of type List4 Constructor Description Collection4Iterator(Collection4 collection, List4 first)
Iterator4Impl(List4 first)
List4(List4<T> next, T element)
-
Uses of List4 in com.db4o.internal.query.processor
Fields in com.db4o.internal.query.processor declared as List4 Modifier and Type Field Description protected List4
QCon. _children
protected List4
QCandidateBase. _dependants
List4
QQueryBase.CreateCandidateCollectionResult. candidateCollection
Constructors in com.db4o.internal.query.processor with parameters of type List4 Constructor Description CreateCandidateCollectionResult(List4 candidateCollection_, boolean checkDuplicates_, boolean topLevel_)
-