Class SplayMap.ImmutableSplayMapEntry<E>

java.lang.Object
org.apache.qpid.protonj2.engine.util.SplayMap.ImmutableSplayMapEntry<E>
Type Parameters:
E - Type of the value portion of this immutable entry.
All Implemented Interfaces:
Map.Entry<UnsignedInteger,E>
Enclosing class:
SplayMap<E>

public static class SplayMap.ImmutableSplayMapEntry<E> extends Object implements Map.Entry<UnsignedInteger,E>
An immutable Map entry that can be used when exposing raw entry mappings via the Map API.