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

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

final class ConcurrentSkipListMap.SubMap.SubMapEntryIterator
extends ConcurrentSkipListMap.SubMap.SubMapIter<Map.Entry<K,V>>


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

ConcurrentSkipListMap.SubMap.SubMapEntryIterator()
Method Detail

next

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