|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.util.backport.java.util.TreeMap.Entry
public static class TreeMap.Entry
| Constructor Summary | |
|---|---|
TreeMap.Entry(Object key,
Object element)
Make a new node with given element, null links, and BLACK color. |
|
| Method Summary | |
|---|---|
protected Object |
clone()
Return a new Entry with same element and color as self, but with null links. |
boolean |
equals(Object o)
|
Object |
getKey()
|
Object |
getValue()
return the element value |
int |
hashCode()
|
Object |
setValue(Object v)
set the element value |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TreeMap.Entry(Object key,
Object element)
| Method Detail |
|---|
protected Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic final Object getKey()
getKey in interface Map.Entrypublic final Object getValue()
getValue in interface Map.Entrypublic final Object setValue(Object v)
setValue in interface Map.Entrypublic boolean equals(Object o)
equals in interface Map.Entryequals in class Objectpublic int hashCode()
hashCode in interface Map.EntryhashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||