Uses of Interface
com.c8db.C8Iterator
-
Packages that use C8Iterator Package Description com.c8db com.c8db.internal.cursor -
-
Uses of C8Iterator in com.c8db
Subinterfaces of C8Iterator in com.c8db Modifier and Type Interface Description interfaceC8Cursor<T>Methods in com.c8db that return C8Iterator Modifier and Type Method Description C8Iterator<T>C8Iterable. iterator() -
Uses of C8Iterator in com.c8db.internal.cursor
Classes in com.c8db.internal.cursor that implement C8Iterator Modifier and Type Class Description classC8CursorImpl<T>classC8CursorIterator<T>classC8FilterIterator<T>classC8MappingIterator<R,T>Methods in com.c8db.internal.cursor that return C8Iterator Modifier and Type Method Description C8Iterator<T>C8CursorImpl. iterator()C8Iterator<T>C8FilterIterable. iterator()C8Iterator<T>C8MappingIterable. iterator()Constructors in com.c8db.internal.cursor with parameters of type C8Iterator Constructor Description C8FilterIterator(C8Iterator<T> iterator, Predicate<? super T> predicate)C8MappingIterator(C8Iterator<R> iterator, Function<? super R,? extends T> mapper)
-