Package com.c8db.internal.cursor
Class C8MappingIterator<R,T>
- java.lang.Object
-
- com.c8db.internal.cursor.C8MappingIterator<R,T>
-
- All Implemented Interfaces:
C8Iterator<T>,Iterator<T>
public class C8MappingIterator<R,T> extends Object implements C8Iterator<T>
-
-
Constructor Summary
Constructors Constructor Description C8MappingIterator(C8Iterator<R> iterator, Function<? super R,? extends T> mapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
C8MappingIterator
public C8MappingIterator(C8Iterator<R> iterator, Function<? super R,? extends T> mapper)
-
-