edu.cmu.emulator.event
Class EBinaryNode
java.lang.Object
edu.cmu.emulator.event.EBinaryNode
class EBinaryNode
- extends Object
Basic node stored in unbalanced binary search trees.
- See Also:
EmuEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
event
EmuEvent event
left
EBinaryNode left
right
EBinaryNode right
EBinaryNode
EBinaryNode(EmuEvent event)
EBinaryNode
EBinaryNode(EmuEvent event,
EBinaryNode lt,
EBinaryNode rt)
init
public final void init(EmuEvent event,
EBinaryNode lt,
EBinaryNode rt)
clear
public final void clear()
Copyright © 2013. All Rights Reserved.