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
SplayMap. ceilingEntry(UnsignedInteger key)
protected SplayMap.ImmutableSplayMapEntry
SplayMap. export(SplayMap.SplayedEntry<E> entry)
SplayMap.ImmutableSplayMapEntry
SplayMap. firstEntry()
SplayMap.ImmutableSplayMapEntry
SplayMap. floorEntry(UnsignedInteger key)
SplayMap.ImmutableSplayMapEntry
SplayMap. higherEntry(UnsignedInteger key)
SplayMap.ImmutableSplayMapEntry
SplayMap. lastEntry()
SplayMap.ImmutableSplayMapEntry
SplayMap. lowerEntry(UnsignedInteger key)
SplayMap.ImmutableSplayMapEntry
SplayMap. pollFirstEntry()
SplayMap.ImmutableSplayMapEntry
SplayMap. pollLastEntry()
-