Uses of Class
org.apache.qpid.protonj2.engine.util.SplayMap.SplayedEntry
-
Uses of SplayMap.SplayedEntry in org.apache.qpid.protonj2.engine.util
Modifier and TypeFieldDescriptionprotected SplayMap.SplayedEntry
<E> SplayMap.root
Root node which can be null if the tree has no elements (size == 0)Modifier and TypeFieldDescriptionprotected final RingQueue
<SplayMap.SplayedEntry<E>> SplayMap.entryPool
Modifier and TypeMethodDescriptionprotected void
SplayMap.delete
(SplayMap.SplayedEntry<E> node) protected void
LinkedSplayMap.entryAdded
(SplayMap.SplayedEntry<E> newEntry) protected void
SplayMap.entryAdded
(SplayMap.SplayedEntry<E> newEntry) protected void
LinkedSplayMap.entryDeleted
(SplayMap.SplayedEntry<E> deletedEntry) protected void
SplayMap.entryDeleted
(SplayMap.SplayedEntry<E> deletedEntry) protected static <V> SplayMap.ImmutableSplayMapEntry
<V> SplayMap.export
(SplayMap.SplayedEntry<V> entry)