Class SplayMap.DescendingSubMap<V>
- java.lang.Object
-
- java.util.AbstractMap<UnsignedInteger,E>
-
- org.apache.qpid.protonj2.engine.util.SplayMap.DescendingSubMap<V>
-
- All Implemented Interfaces:
java.util.Map<UnsignedInteger,V>,java.util.NavigableMap<UnsignedInteger,V>,java.util.SortedMap<UnsignedInteger,V>
protected static final class SplayMap.DescendingSubMap<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()voidforEach(java.util.function.BiConsumer<? super UnsignedInteger,? super V> action)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:
entrySetin interfacejava.util.Map<UnsignedInteger,V>- Specified by:
entrySetin interfacejava.util.SortedMap<UnsignedInteger,V>- Specified by:
entrySetin classjava.util.AbstractMap<UnsignedInteger,V>
-
forEach
public void forEach(java.util.function.BiConsumer<? super UnsignedInteger,? super V> action)
-
-