public interface TIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Returns true if the iterator can be advanced past its current location.
|
void |
remove()
Removes the last entry returned by the iterator.
|
boolean hasNext()
boolean
valuevoid remove()