prefuse.util.collections
Class AbstractTreeMap.Entry
java.lang.Object
prefuse.util.collections.AbstractTreeMap.Entry
- Enclosing class:
- AbstractTreeMap
- public static class AbstractTreeMap.Entry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AbstractTreeMap.Entry
public AbstractTreeMap.Entry(int val)
AbstractTreeMap.Entry
public AbstractTreeMap.Entry(int val,
AbstractTreeMap.Entry parent,
int order)
getIntKey
public int getIntKey()
getLongKey
public long getLongKey()
getFloatKey
public float getFloatKey()
getDoubleKey
public double getDoubleKey()
getKey
public java.lang.Object getKey()
getValue
public int getValue()
getOrder
public int getOrder()
setValue
public int setValue(int value)
keyEquals
public boolean keyEquals(AbstractTreeMap.Entry e)
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
toString
public java.lang.String toString()
copyFields
public void copyFields(AbstractTreeMap.Entry x)
Copyright ? 2007 Regents of the University of California