Package relaxngcc.util
Class SelectiveIterator
- java.lang.Object
-
- relaxngcc.util.SelectiveIterator
-
- All Implemented Interfaces:
java.util.Iterator
public abstract class SelectiveIterator extends java.lang.Object implements java.util.IteratorIterator that returns a subset of another iterator by filtering out some of the elements.- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Constructor Summary
Constructors Constructor Description SelectiveIterator(java.util.Iterator base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()java.lang.Objectnext()voidremove()
-