Package com.sun.xml.xsom.impl.scd
Class Iterators.Filter<T>
- java.lang.Object
-
- com.sun.xml.xsom.impl.scd.Iterators.Filter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
protected abstract boolean
matches(T value)
Return true to retain the value.T
next()
void
remove()
-
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
-
-