Package org.jboss.util.collection
Class ConcurrentSkipListMap.DescendingKeySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<K>
-
- org.jboss.util.collection.ConcurrentSkipListMap.KeySet
-
- org.jboss.util.collection.ConcurrentSkipListMap.DescendingKeySet
-
- All Implemented Interfaces:
java.lang.Iterable<K>
,java.util.Collection<K>
,java.util.Set<K>
- Enclosing class:
- ConcurrentSkipListMap<K,V>
class ConcurrentSkipListMap.DescendingKeySet extends ConcurrentSkipListMap.KeySet
-
-
Constructor Summary
Constructors Constructor Description DescendingKeySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<K>
iterator()
-
Methods inherited from class org.jboss.util.collection.ConcurrentSkipListMap.KeySet
clear, contains, isEmpty, remove, size, toArray, toArray
-
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, retainAll, toString
-
-