- java.lang.Object
-
- com.sun.xml.xsom.impl.scd.Iterators.Adapter<T,U>
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- Iterators
public abstract static class Iterators.Adapter<T,U> extends java.lang.ObjectIteratorthat wraps anotherIteratorand changes its type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Tfilter(U u)booleanhasNext()Tnext()voidremove()
-