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

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

final class ConcurrentSkipListMap.EntryIterator
extends ConcurrentSkipListMap.Iter<Map.Entry<K,V>>


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

ConcurrentSkipListMap.EntryIterator()
Method Detail

next

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