Uses of Class
org.apache.qpid.protonj2.engine.util.SplayMap.SplayedEntry
-
Packages that use SplayMap.SplayedEntry Package Description org.apache.qpid.protonj2.engine.util -
-
Uses of SplayMap.SplayedEntry in org.apache.qpid.protonj2.engine.util
Fields in org.apache.qpid.protonj2.engine.util declared as SplayMap.SplayedEntry Modifier and Type Field Description protected SplayMap.SplayedEntry<E>
SplayMap. root
Root node which can be null if the tree has no elements (size == 0)Fields in org.apache.qpid.protonj2.engine.util with type parameters of type SplayMap.SplayedEntry Modifier and Type Field Description protected RingQueue<SplayMap.SplayedEntry<E>>
SplayMap. entryPool
Methods in org.apache.qpid.protonj2.engine.util that return SplayMap.SplayedEntry Modifier and Type Method Description SplayMap.SplayedEntry<E>
SplayMap.SplayedEntry. initialize(int key, E value)
Methods in org.apache.qpid.protonj2.engine.util with parameters of type SplayMap.SplayedEntry Modifier and Type Method Description protected 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)
Constructors in org.apache.qpid.protonj2.engine.util with parameters of type SplayMap.SplayedEntry Constructor Description ImmutableSplayMapEntry(SplayMap.SplayedEntry<E> entry)
Create a new immutableMap
entry.
-