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. _nextnext element in listMethods in com.db4o.foundation with parameters of type List4 Modifier and Type Method Description static <T> Iterator4Iterators. iterate(List4 list)static intList4. 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 List4QCon. _childrenprotected List4QCandidateBase. _dependantsList4QQueryBase.CreateCandidateCollectionResult. candidateCollectionConstructors in com.db4o.internal.query.processor with parameters of type List4 Constructor Description CreateCandidateCollectionResult(List4 candidateCollection_, boolean checkDuplicates_, boolean topLevel_)
-