private abstract class ListMap.XIterator extends Object
Iterator.next().
Implementation is based on a ListIterator.| Modifier and Type | Field and Description |
|---|---|
protected ListIterator<K> |
lIter
An iterator over the list view of the key set
of the enclosing
ListMap. |
| Constructor and Description |
|---|
XIterator()
Creates a pre-iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns whether the iterators based on this class
has a next value.
|
void |
remove()
Removes from the underlying collection the last element returned
by the iterator based on this class.
|
protected final ListIterator<K> lIter
ListMap.ListMap.keys,
ListSet.getList()XIterator()
ListMap.keys,
ListSet.getList()public boolean hasNext()
Iterator.hasNext()public void remove()
Iterator.remove()Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.