net.sf.beanlib.utils.range
Class ExtensibleTreeMap.SubMapEntryIterator
java.lang.Object
net.sf.beanlib.utils.range.ExtensibleTreeMap.PrivateEntryIterator<Map.Entry<K,V>>
net.sf.beanlib.utils.range.ExtensibleTreeMap.SubMapEntryIterator
- All Implemented Interfaces:
- Iterator<Map.Entry<K,V>>
- Enclosing class:
- ExtensibleTreeMap<K,V>
private class ExtensibleTreeMap.SubMapEntryIterator
- extends ExtensibleTreeMap.PrivateEntryIterator<Map.Entry<K,V>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstExcludedKey
private final K firstExcludedKey
ExtensibleTreeMap.SubMapEntryIterator
ExtensibleTreeMap.SubMapEntryIterator(ExtensibleTreeMap.NodeEntry<K,V> first,
ExtensibleTreeMap.NodeEntry<K,V> firstExcluded)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Map.Entry<K,V>>
- Overrides:
hasNext
in class ExtensibleTreeMap.PrivateEntryIterator<Map.Entry<K,V>>
next
public Map.Entry<K,V> next()