rescuecore.tools.mapgenerator
Class PairNode
java.lang.Object
rescuecore.tools.mapgenerator.PairNode
- public class PairNode
- extends java.lang.Object
Constructor Summary |
(package private) |
PairNode(int value,
int priority)
Construct the PairNode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PairNode
PairNode(int value,
int priority)
- Construct the PairNode.
- Parameters:
value
- the value stored in the node.
getValue
public int getValue()
getPriority
public int getPriority()
setPriority
public void setPriority(int priority)
getPrev
public PairNode getPrev()
getNextSibling
public PairNode getNextSibling()
getLeftChild
public PairNode getLeftChild()
setPrev
public void setPrev(PairNode prev)
setNextSibling
public void setNextSibling(PairNode nextSibling)
setLeftChild
public void setLeftChild(PairNode leftChild)