Class SplayMap.SplayedEntry<E>
- java.lang.Object
- 
- org.apache.qpid.protonj2.engine.util.SplayMap.SplayedEntry<E>
 
- 
- All Implemented Interfaces:
- Map.Entry<UnsignedInteger,E>
 
 protected static final class SplayMap.SplayedEntry<E> extends Object implements Map.Entry<UnsignedInteger,E> 
- 
- 
Constructor SummaryConstructors Constructor Description SplayedEntry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetIntKey()UnsignedIntegergetKey()EgetValue()inthashCode()SplayMap.SplayedEntry<E>initialize(int key, E value)EsetValue(E value)StringtoString()
 
- 
- 
- 
Method Detail- 
initializepublic SplayMap.SplayedEntry<E> initialize(int key, E value) 
 - 
getIntKeypublic int getIntKey() 
 - 
getKeypublic UnsignedInteger getKey() - Specified by:
- getKeyin interface- Map.Entry<UnsignedInteger,E>
 
 - 
getValuepublic E getValue() - Specified by:
- getValuein interface- Map.Entry<UnsignedInteger,E>
 
 - 
setValuepublic E setValue(E value) - Specified by:
- setValuein interface- Map.Entry<UnsignedInteger,E>
 
 - 
equalspublic boolean equals(Object o) 
 - 
hashCodepublic int hashCode() 
 
- 
 
-