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

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

private class ExtensibleTreeMap.ValueIterator
extends ExtensibleTreeMap.PrivateEntryIterator<V>


Field Summary
 
Fields inherited from class net.sf.beanlib.utils.range.ExtensibleTreeMap.PrivateEntryIterator
next
 
Constructor Summary
private ExtensibleTreeMap.ValueIterator()
           
 
Method Summary
 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.ValueIterator

private ExtensibleTreeMap.ValueIterator()
Method Detail

next

public V next()