net.sf.beanlib.util.concurrent
Class ConcurrentSkipListMap.SubMap.SubMapValueIterator

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

final class ConcurrentSkipListMap.SubMap.SubMapValueIterator
extends ConcurrentSkipListMap.SubMap.SubMapIter<V>


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

Constructor Detail

ConcurrentSkipListMap.SubMap.SubMapValueIterator

ConcurrentSkipListMap.SubMap.SubMapValueIterator()
Method Detail

next

public V next()