Uses of Interface
com.db4o.foundation.Sequence4
-
Packages that use Sequence4 Package Description com.db4o.foundation -
-
Uses of Sequence4 in com.db4o.foundation
Classes in com.db4o.foundation that implement Sequence4 Modifier and Type Class Description class
Collection4<T>
Fast linked list for all usecases.Methods in com.db4o.foundation that return Sequence4 Modifier and Type Method Description static Sequence4
Collections4. unmodifiableList(Sequence4 orig)
Methods in com.db4o.foundation with parameters of type Sequence4 Modifier and Type Method Description static void
Collections4. sort(Sequence4 sequence, Comparison4 comparator)
static Sequence4
Collections4. unmodifiableList(Sequence4 orig)
-