Package org.jboss.util.collection
Class ConcurrentSkipListMap.ConcurrentSkipListSubMap.DescendingKeySetView
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<K>
-
- org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.KeySetView
-
- org.jboss.util.collection.ConcurrentSkipListMap.ConcurrentSkipListSubMap.DescendingKeySetView
-
- All Implemented Interfaces:
java.lang.Iterable<K>
,java.util.Collection<K>
,java.util.Set<K>
- Enclosing class:
- ConcurrentSkipListMap.ConcurrentSkipListSubMap<K,V>
class ConcurrentSkipListMap.ConcurrentSkipListSubMap.DescendingKeySetView extends ConcurrentSkipListMap.ConcurrentSkipListSubMap.KeySetView
-
-
Constructor Summary
Constructors Constructor Description DescendingKeySetView()
-
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.ConcurrentSkipListSubMap.KeySetView
contains, isEmpty, size, toArray, toArray
-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, remove, retainAll, toString
-
-
-
-
Method Detail
-
iterator
public java.util.Iterator<K> iterator()
- Specified by:
iterator
in interfacejava.util.Collection<K>
- Specified by:
iterator
in interfacejava.lang.Iterable<K>
- Specified by:
iterator
in interfacejava.util.Set<K>
- Overrides:
iterator
in classConcurrentSkipListMap.ConcurrentSkipListSubMap.KeySetView
-
-