protected static class SnapTreeMap.Node<K,V> extends Object implements Map.Entry<K,V>
K
key
boolean
equals(Object o)
getKey()
V
getValue()
int
hashCode()
setValue(V v)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public K key
public K getKey()
getKey
Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V v)
setValue
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2014. All rights reserved.