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 SummaryConstructors Constructor Description ImmutableSplayMapEntry(SplayMap.SplayedEntry<E> entry)Create a new immutableMapentry.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedIntegergetKey()intgetPrimitiveKey()EgetValue()EsetValue(E value)
 
- 
- 
- 
Constructor Detail- 
ImmutableSplayMapEntrypublic ImmutableSplayMapEntry(SplayMap.SplayedEntry<E> entry) Create a new immutableMapentry.- Parameters:
- entry- The inner- Mapentry that is wrapped.
 
 
- 
 - 
Method Detail- 
getKeypublic UnsignedInteger getKey() - Specified by:
- getKeyin interface- Map.Entry<UnsignedInteger,E>
 
 - 
getPrimitiveKeypublic int getPrimitiveKey() - Returns:
- the primitive integer view of the unsigned key.
 
 - 
getValuepublic E getValue() - Specified by:
- getValuein interface- Map.Entry<UnsignedInteger,E>
 
 
- 
 
-