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

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

final class ConcurrentSkipListMap.SubMap.SubMapKeyIterator
extends ConcurrentSkipListMap.SubMap.SubMapIter<K>


Field Summary
 
Fields inherited from class net.sf.beanlib.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
lastReturned, next, nextValue
 
Constructor Summary
ConcurrentSkipListMap.SubMap.SubMapKeyIterator()
           
 
Method Summary
 K 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.SubMapKeyIterator

ConcurrentSkipListMap.SubMap.SubMapKeyIterator()
Method Detail

next

public K next()