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
- 
Method Summary
- 
Constructor Details
- 
Method Details- 
getKey- Specified by:
- getKeyin interface- Map.Entry<UnsignedInteger,- E> 
 
- 
getPrimitiveKeypublic int getPrimitiveKey()- Returns:
- the primitive integer view of the unsigned key.
 
- 
getValue- Specified by:
- getValuein interface- Map.Entry<UnsignedInteger,- E> 
 
- 
setValue- Specified by:
- setValuein interface- Map.Entry<UnsignedInteger,- E> 
 
 
-