Class SplayMap.AscendingSubMap<V>
- java.lang.Object
-
- java.util.AbstractMap<UnsignedInteger,E>
-
- org.apache.qpid.protonj2.engine.util.SplayMap.AscendingSubMap<V>
-
- All Implemented Interfaces:
Map<UnsignedInteger,V>
,NavigableMap<UnsignedInteger,V>
,SortedMap<UnsignedInteger,V>
protected static final class SplayMap.AscendingSubMap<V> extends AbstractMap<UnsignedInteger,E>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Comparator<? super UnsignedInteger>
comparator()
NavigableMap<UnsignedInteger,V>
descendingMap()
Set<Map.Entry<UnsignedInteger,V>>
entrySet()
NavigableMap<UnsignedInteger,V>
headMap(UnsignedInteger toKey, boolean inclusive)
NavigableMap<UnsignedInteger,V>
subMap(UnsignedInteger fromKey, boolean fromInclusive, UnsignedInteger toKey, boolean toInclusive)
NavigableMap<UnsignedInteger,V>
tailMap(UnsignedInteger fromKey, boolean inclusive)
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, putAll, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsValue, equals, forEach, getOrDefault, hashCode, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
comparator
public Comparator<? super UnsignedInteger> comparator()
-
descendingMap
public NavigableMap<UnsignedInteger,V> descendingMap()
-
subMap
public NavigableMap<UnsignedInteger,V> subMap(UnsignedInteger fromKey, boolean fromInclusive, UnsignedInteger toKey, boolean toInclusive)
-
headMap
public NavigableMap<UnsignedInteger,V> headMap(UnsignedInteger toKey, boolean inclusive)
-
tailMap
public NavigableMap<UnsignedInteger,V> tailMap(UnsignedInteger fromKey, boolean inclusive)
-
entrySet
public Set<Map.Entry<UnsignedInteger,V>> entrySet()
- Specified by:
entrySet
in interfaceMap<UnsignedInteger,V>
- Specified by:
entrySet
in interfaceSortedMap<UnsignedInteger,V>
- Specified by:
entrySet
in classAbstractMap<UnsignedInteger,V>
-
-