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 Summary
Constructors Constructor Description SplayedEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getIntKey()
UnsignedInteger
getKey()
E
getValue()
int
hashCode()
SplayMap.SplayedEntry<E>
initialize(int key, E value)
E
setValue(E value)
String
toString()
-
-
-
Method Detail
-
initialize
public SplayMap.SplayedEntry<E> initialize(int key, E value)
-
getIntKey
public int getIntKey()
-
getKey
public UnsignedInteger getKey()
- Specified by:
getKey
in interfaceMap.Entry<UnsignedInteger,E>
-
getValue
public E getValue()
- Specified by:
getValue
in interfaceMap.Entry<UnsignedInteger,E>
-
setValue
public E setValue(E value)
- Specified by:
setValue
in interfaceMap.Entry<UnsignedInteger,E>
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
-