Class LinkedSplayMap<E>

java.lang.Object
org.apache.qpid.protonj2.engine.util.SplayMap<E>
org.apache.qpid.protonj2.engine.util.LinkedSplayMap<E>
Type Parameters:
E - The type stored in the map entries
All Implemented Interfaces:
Map<UnsignedInteger,E>, NavigableMap<UnsignedInteger,E>, SortedMap<UnsignedInteger,E>

public class LinkedSplayMap<E> extends SplayMap<E>