net.sf.beanlib.util.concurrent
Class ConcurrentSkipListMap.ValueIterator

java.lang.Object
  extended by net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.Iter<V>
      extended by net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.ValueIterator
All Implemented Interfaces:
Iterator<V>
Enclosing class:
ConcurrentSkipListMap<K,V>

final class ConcurrentSkipListMap.ValueIterator
extends ConcurrentSkipListMap.Iter<V>


Field Summary
 
Fields inherited from class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.Iter
lastReturned, next, nextValue
 
Constructor Summary
ConcurrentSkipListMap.ValueIterator()
           
 
Method Summary
 V next()
           
 
Methods inherited from class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.Iter
advance, hasNext, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentSkipListMap.ValueIterator

ConcurrentSkipListMap.ValueIterator()
Method Detail

next

public V next()