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.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
 
- 
 - 
Method SummaryAll 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.AbstractMapclear, clone, containsValue, equals, hashCode, putAll, toString, values
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.Mapclear, compute, computeIfAbsent, computeIfPresent, containsValue, equals, forEach, getOrDefault, hashCode, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll
 
- 
 
- 
- 
- 
Method Detail- 
comparatorpublic Comparator<? super UnsignedInteger> comparator() 
 - 
descendingMappublic NavigableMap<UnsignedInteger,V> descendingMap() 
 - 
subMappublic NavigableMap<UnsignedInteger,V> subMap(UnsignedInteger fromKey, boolean fromInclusive, UnsignedInteger toKey, boolean toInclusive) 
 - 
headMappublic NavigableMap<UnsignedInteger,V> headMap(UnsignedInteger toKey, boolean inclusive) 
 - 
tailMappublic NavigableMap<UnsignedInteger,V> tailMap(UnsignedInteger fromKey, boolean inclusive) 
 - 
entrySetpublic Set<Map.Entry<UnsignedInteger,V>> entrySet() - Specified by:
- entrySetin interface- Map<UnsignedInteger,V>
- Specified by:
- entrySetin interface- SortedMap<UnsignedInteger,V>
- Specified by:
- entrySetin class- AbstractMap<UnsignedInteger,V>
 
 
- 
 
-