Class WindowFilterIterator<T>
java.lang.Object
net.thevpc.nsh.cmd.impl.util.WindowFilterIterator<T>
- All Implemented Interfaces:
Iterator<WindowObject<T>>
-
Constructor Summary
ConstructorsConstructorDescriptionWindowFilterIterator(Iterator<T> base, WindowFilter<T> filter, Integer windowMin, Integer windowMax) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove