Class SplayMap.AscendingSubMap<V>
- java.lang.Object
-
- java.util.AbstractMap<UnsignedInteger,E>
-
- org.apache.qpid.protonj2.engine.util.SplayMap.AscendingSubMap<V>
-
- All Implemented Interfaces:
java.util.Map<UnsignedInteger,V>
,java.util.NavigableMap<UnsignedInteger,V>
,java.util.SortedMap<UnsignedInteger,V>
protected static final class SplayMap.AscendingSubMap<V> extends java.util.AbstractMap<UnsignedInteger,E>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Comparator<? super UnsignedInteger>
comparator()
java.util.NavigableMap<UnsignedInteger,V>
descendingMap()
java.util.Set<java.util.Map.Entry<UnsignedInteger,V>>
entrySet()
java.util.NavigableMap<UnsignedInteger,V>
headMap(UnsignedInteger toKey, boolean inclusive)
java.util.NavigableMap<UnsignedInteger,V>
subMap(UnsignedInteger fromKey, boolean fromInclusive, UnsignedInteger toKey, boolean toInclusive)
java.util.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
-
-
-
-
Method Detail
-
comparator
public java.util.Comparator<? super UnsignedInteger> comparator()
-
descendingMap
public java.util.NavigableMap<UnsignedInteger,V> descendingMap()
-
subMap
public java.util.NavigableMap<UnsignedInteger,V> subMap(UnsignedInteger fromKey, boolean fromInclusive, UnsignedInteger toKey, boolean toInclusive)
-
headMap
public java.util.NavigableMap<UnsignedInteger,V> headMap(UnsignedInteger toKey, boolean inclusive)
-
tailMap
public java.util.NavigableMap<UnsignedInteger,V> tailMap(UnsignedInteger fromKey, boolean inclusive)
-
entrySet
public java.util.Set<java.util.Map.Entry<UnsignedInteger,V>> entrySet()
- Specified by:
entrySet
in interfacejava.util.Map<UnsignedInteger,V>
- Specified by:
entrySet
in interfacejava.util.SortedMap<UnsignedInteger,V>
- Specified by:
entrySet
in classjava.util.AbstractMap<UnsignedInteger,V>
-
-