Package org.jboss.util.collection
Class ConcurrentSkipListMap.DescendingEntryIterator
- java.lang.Object
-
- org.jboss.util.collection.ConcurrentSkipListMap.Iter
-
- org.jboss.util.collection.ConcurrentSkipListMap.EntryIter
-
- org.jboss.util.collection.ConcurrentSkipListMap.DescendingEntryIterator
-
- All Implemented Interfaces:
java.util.Iterator<java.util.Map.Entry<K,V>>
,java.util.Map.Entry<K,V>
- Enclosing class:
- ConcurrentSkipListMap<K,V>
final class ConcurrentSkipListMap.DescendingEntryIterator extends ConcurrentSkipListMap.EntryIter implements java.util.Iterator<java.util.Map.Entry<K,V>>
-
-
Field Summary
-
Fields inherited from class org.jboss.util.collection.ConcurrentSkipListMap.EntryIter
lastValue
-
Fields inherited from class org.jboss.util.collection.ConcurrentSkipListMap.Iter
last, next, nextValue
-
-
Constructor Summary
Constructors Constructor Description DescendingEntryIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map.Entry<K,V>
next()
-
Methods inherited from class org.jboss.util.collection.ConcurrentSkipListMap.EntryIter
equals, getKey, getValue, hashCode, setValue, toString
-
Methods inherited from class org.jboss.util.collection.ConcurrentSkipListMap.Iter
ascend, ascend, descend, descend, hasNext, initAscending, initAscending, initDescending, initDescending, remove
-
-