Package com.c8db.internal.cursor
Class C8FilterIterator<T>
- java.lang.Object
-
- com.c8db.internal.cursor.C8FilterIterator<T>
-
- All Implemented Interfaces:
C8Iterator<T>,Iterator<T>
public class C8FilterIterator<T> extends Object implements C8Iterator<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedC8FilterIterator(C8Iterator<T> iterator, Predicate<? super T> predicate)
-
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
-
C8FilterIterator
protected C8FilterIterator(C8Iterator<T> iterator, Predicate<? super T> predicate)
-
-