public class KeyToTreeNode extends Object implements Serializable
Set<KeyToTreeNode>
children
KeyToTreeNode()
boolean
equals(Object obj)
Object
getKey()
getParent()
getValue()
int
hashCode()
void
setKey(Object key)
setParent(Object parent)
setValue(Object value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Set<KeyToTreeNode> children
public KeyToTreeNode()
public Object getKey()
public void setKey(Object key)
public Object getParent()
public void setParent(Object parent)
public Object getValue()
public void setValue(Object value)
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2016. All rights reserved.