abstract class BTreeMap.DescendingMap.Iter<E>
extends java.lang.Object
implements java.util.Iterator<E>
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Map.Entry<K,V> |
current |
(package private) java.util.Map.Entry<K,V> |
last |
| Constructor and Description |
|---|
Iter() |
| Modifier and Type | Method and Description |
|---|---|
void |
advance() |
boolean |
hasNext() |
void |
remove() |