Package de.gsi.dataset.utils.trees
Class IndexedTreeMap.AscendingSubMap.AscendingEntrySetView
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- de.gsi.dataset.utils.trees.AbstractSet<java.util.Map.Entry<K,V>>
-
- de.gsi.dataset.utils.trees.IndexedTreeMap.NavigableSubMap.EntrySetView
-
- de.gsi.dataset.utils.trees.IndexedTreeMap.AscendingSubMap.AscendingEntrySetView
-
- All Implemented Interfaces:
java.lang.Iterable<java.util.Map.Entry<K,V>>,java.util.Collection<java.util.Map.Entry<K,V>>,java.util.Set<java.util.Map.Entry<K,V>>
- Enclosing class:
- IndexedTreeMap.AscendingSubMap<K,V>
protected final class IndexedTreeMap.AscendingSubMap.AscendingEntrySetView extends IndexedTreeMap.NavigableSubMap.EntrySetView
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAscendingEntrySetView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<java.util.Map.Entry<K,V>>iterator()-
Methods inherited from class de.gsi.dataset.utils.trees.IndexedTreeMap.NavigableSubMap.EntrySetView
contains, isEmpty, remove, size
-
Methods inherited from class de.gsi.dataset.utils.trees.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, retainAll, toArray, toArray, toString
-
-
-
-
Method Detail
-
iterator
public java.util.Iterator<java.util.Map.Entry<K,V>> iterator()
- Specified by:
iteratorin interfacejava.util.Collection<java.util.Map.Entry<K,V>>- Specified by:
iteratorin interfacejava.lang.Iterable<java.util.Map.Entry<K,V>>- Specified by:
iteratorin interfacejava.util.Set<java.util.Map.Entry<K,V>>- Specified by:
iteratorin classjava.util.AbstractCollection<java.util.Map.Entry<K,V>>
-
-