- java.lang.Object
-
- com.sun.xml.xsom.impl.scd.Iterators.Filter<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- Iterators
public abstract static class Iterators.Filter<T> extends java.lang.ObjectFilter out objects from another iterator.
-
-
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()
-
-
-
Constructor Detail
-
Filter
protected Filter(java.util.Iterator<? extends T> core)
-
-