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>
public static class SplayMap.ImmutableSplayMapEntry<E>
extends Object
implements Map.Entry<UnsignedInteger,E>
-
Constructor Details
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceMap.Entry<UnsignedInteger,
E>
-
getPrimitiveKey
public int getPrimitiveKey()- Returns:
- the primitive integer view of the unsigned key.
-
getValue
- Specified by:
getValue
in interfaceMap.Entry<UnsignedInteger,
E>
-
setValue
- Specified by:
setValue
in interfaceMap.Entry<UnsignedInteger,
E>
-