public static class TreeMap.TreeEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
TreeMap.TreeEntry<K,V> |
next() |
TreeMap.TreeEntry<K,V> |
previous() |
V |
setValue(V val) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public boolean equals(Object o)
public int hashCode()
public TreeMap.TreeEntry<K,V> next()
public TreeMap.TreeEntry<K,V> previous()
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.