Class SplayMap.SplayedEntry<E>
- java.lang.Object
-
- org.apache.qpid.protonj2.engine.util.SplayMap.SplayedEntry<E>
-
- All Implemented Interfaces:
java.util.Map.Entry<UnsignedInteger,E>
protected static final class SplayMap.SplayedEntry<E> extends java.lang.Object implements java.util.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(java.lang.Object o)
int
getIntKey()
UnsignedInteger
getKey()
E
getValue()
int
hashCode()
SplayMap.SplayedEntry<E>
initialize(int key, E value)
E
setValue(E value)
java.lang.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 interfacejava.util.Map.Entry<UnsignedInteger,E>
-
getValue
public E getValue()
- Specified by:
getValue
in interfacejava.util.Map.Entry<UnsignedInteger,E>
-
setValue
public E setValue(E value)
- Specified by:
setValue
in interfacejava.util.Map.Entry<UnsignedInteger,E>
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals
in interfacejava.util.Map.Entry<UnsignedInteger,E>
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacejava.util.Map.Entry<UnsignedInteger,E>
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-