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 booleanhasNext()protected abstract booleanmatches(T value)Return true to retain the value.Tnext()voidremove()
-