Uses of Class
org.apache.qpid.protonj2.engine.util.SplayMap.ImmutableSplayMapEntry
-
Packages that use SplayMap.ImmutableSplayMapEntry Package Description org.apache.qpid.protonj2.engine.util -
-
Uses of SplayMap.ImmutableSplayMapEntry in org.apache.qpid.protonj2.engine.util
Methods in org.apache.qpid.protonj2.engine.util that return SplayMap.ImmutableSplayMapEntry Modifier and Type Method Description SplayMap.ImmutableSplayMapEntry<E>
SplayMap. ceilingEntry(UnsignedInteger key)
protected static <V> SplayMap.ImmutableSplayMapEntry<V>
SplayMap. export(SplayMap.SplayedEntry<V> entry)
SplayMap.ImmutableSplayMapEntry<E>
SplayMap. firstEntry()
SplayMap.ImmutableSplayMapEntry<E>
SplayMap. floorEntry(UnsignedInteger key)
SplayMap.ImmutableSplayMapEntry<E>
SplayMap. higherEntry(UnsignedInteger key)
SplayMap.ImmutableSplayMapEntry<E>
SplayMap. lastEntry()
SplayMap.ImmutableSplayMapEntry<E>
SplayMap. lowerEntry(UnsignedInteger key)
SplayMap.ImmutableSplayMapEntry<E>
SplayMap. pollFirstEntry()
SplayMap.ImmutableSplayMapEntry<E>
SplayMap. pollLastEntry()
-