peersim.edsim
Class PriorityQ.Event

java.lang.Object
  extended by peersim.edsim.PriorityQ.Event
Enclosing interface:
PriorityQ

public static class PriorityQ.Event
extends java.lang.Object

Return type of PriorityQ.removeFirst().


Field Summary
 java.lang.Object event
           
 Node node
           
 byte pid
           
 long time
           
 
Constructor Summary
PriorityQ.Event()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

event

public java.lang.Object event

time

public long time

node

public Node node

pid

public byte pid
Constructor Detail

PriorityQ.Event

public PriorityQ.Event()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object