edu.cmu.emulator.event
Class EBinaryNode

java.lang.Object
  extended by edu.cmu.emulator.event.EBinaryNode

 class EBinaryNode
extends Object

Basic node stored in unbalanced binary search trees.

See Also:
EmuEvent

Field Summary
(package private)  EmuEvent event
           
(package private)  EBinaryNode left
           
(package private)  EBinaryNode right
           
 
Constructor Summary
EBinaryNode(EmuEvent event)
           
EBinaryNode(EmuEvent event, EBinaryNode lt, EBinaryNode rt)
           
 
Method Summary
 void clear()
           
 void init(EmuEvent event, EBinaryNode lt, EBinaryNode rt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

EmuEvent event

left

EBinaryNode left

right

EBinaryNode right
Constructor Detail

EBinaryNode

EBinaryNode(EmuEvent event)

EBinaryNode

EBinaryNode(EmuEvent event,
            EBinaryNode lt,
            EBinaryNode rt)
Method Detail

init

public final void init(EmuEvent event,
                       EBinaryNode lt,
                       EBinaryNode rt)

clear

public final void clear()


Copyright © 2013. All Rights Reserved.