Name | Signature and Synopsis |
---|---|
hasNext | boolean hasNext (Object iterator) Returns true, if the iteration has more elements. |
next | Object next (Object iterator) Returns the next element in the iteration |
remove | void remove (Object iterator) Removes from the underlying collection the last element returned by the iterator. |