protected class Array2DHashSet.SetIterator extends Object implements Iterator<T>
Array2DHashSet.SetIterator(T[] data)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Array2DHashSet.SetIterator(T[] data)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 1992-2013 ANTLR. All Rights Reserved.