com.sun.xml.xsom.impl.scd
Class Iterators.Array<T>
java.lang.Object
com.sun.xml.xsom.impl.scd.Iterators.Array<T>
- All Implemented Interfaces:
- Iterator<T>
- Enclosing class:
- Iterators
public static final class Iterators.Array<T>
- extends Object
Array iterator.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Iterators.Array
public Iterators.Array(T[] items)
hasNext
public boolean hasNext()
next
public T next()
remove
public final void remove()
- Specified by:
remove
in interface Iterator<T>
Copyright © 2012 Oracle. All Rights Reserved.