static class BTreeMap.BTreeEntryIterator<K,V> extends BTreeMap.BTreeIterator implements java.util.Iterator<java.util.Map.Entry<K,V>>
currentLeaf, currentPos, hi, hiInclusive, lastReturnedKey, m| Constructor and Description |
|---|
BTreeEntryIterator(BTreeMap m) |
BTreeEntryIterator(BTreeMap m,
java.lang.Object lo,
boolean loInclusive,
java.lang.Object hi,
boolean hiInclusive) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map.Entry<K,V> |
next() |
advance, hasNext, remove