Uses of Class
org.apache.qpid.protonj2.engine.util.SplayMap.ImmutableSplayMapEntry
-
Uses of SplayMap.ImmutableSplayMapEntry in org.apache.qpid.protonj2.engine.util
Modifier and TypeMethodDescriptionSplayMap.ceilingEntry
(UnsignedInteger key) protected static <V> SplayMap.ImmutableSplayMapEntry<V>
SplayMap.export
(SplayMap.SplayedEntry<V> entry) SplayMap.firstEntry()
SplayMap.floorEntry
(UnsignedInteger key) SplayMap.higherEntry
(UnsignedInteger key) SplayMap.lastEntry()
SplayMap.lowerEntry
(UnsignedInteger key) SplayMap.pollFirstEntry()
SplayMap.pollLastEntry()