net.sf.beanlib.utils.range
Class ExtensibleTreeMap.EntryIterator

java.lang.Object
  extended by net.sf.beanlib.utils.range.ExtensibleTreeMap.PrivateEntryIterator<Map.Entry<K,V>>
      extended by net.sf.beanlib.utils.range.ExtensibleTreeMap.EntryIterator
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>
Enclosing class:
ExtensibleTreeMap<K,V>

private class ExtensibleTreeMap.EntryIterator
extends ExtensibleTreeMap.PrivateEntryIterator<Map.Entry<K,V>>


Field Summary
 
Fields inherited from class net.sf.beanlib.utils.range.ExtensibleTreeMap.PrivateEntryIterator
next
 
Constructor Summary
private ExtensibleTreeMap.EntryIterator()
           
 
Method Summary
 Map.Entry<K,V> next()
           
 
Methods inherited from class net.sf.beanlib.utils.range.ExtensibleTreeMap.PrivateEntryIterator
hasNext, nextEntry, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensibleTreeMap.EntryIterator

private ExtensibleTreeMap.EntryIterator()
Method Detail

next

public Map.Entry<K,V> next()