Modifier and Type | Field and Description |
---|---|
boolean |
hasNext |
Constructor and Description |
---|
ObjectSet.SetIterator(ObjectSet<K> set) |
public void reset()
public void remove()
remove
in interface java.util.Iterator<K>
public boolean hasNext()
hasNext
in interface java.util.Iterator<K>
public java.util.Iterator<K> iterator()
iterator
in interface java.lang.Iterable<K>