| 
 | SSJ V. 2.6.2. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectumontreal.iro.lecuyer.simevents.ListWithStat.Node<E>
public static class ListWithStat.Node<E>
Represents a node that can be part of a list with statistical collecting.
| Constructor Summary | |
|---|---|
| ListWithStat.Node(E element,
                  double insertionTime)Constructs a new node containing element element inserted into the list at time insertionTime. | |
| Method Summary | |
|---|---|
|  E | getElement()Returns the element stored into this node. | 
|  double | getInsertionTime()Returns the insertion time of the element in this node. | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ListWithStat.Node(E element,
                         double insertionTime)
element - the element to add into this new nodeinsertionTime - the insertion time of the element| Method Detail | 
|---|
public E getElement()
public double getInsertionTime()
public String toString()
toString in class Object| 
 | SSJ V. 2.6.2. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||