|
SSJ
3.3.1
Stochastic Simulation in Java
|
Represents a node that can be part of a list with statistical collecting. More...
Public Member Functions | |
| Node (E element, double insertionTime) | |
Constructs a new node containing element element inserted into the list at time insertionTime. More... | |
| E | getElement () |
| Returns the element stored into this node. More... | |
| double | getInsertionTime () |
| Returns the insertion time of the element in this node. More... | |
| String | toString () |
Represents a node that can be part of a list with statistical collecting.
| Node | ( | E | element, |
| double | insertionTime | ||
| ) |
Constructs a new node containing element element inserted into the list at time insertionTime.
| element | the element to add into this new node |
| insertionTime | the insertion time of the element |
| E getElement | ( | ) |
Returns the element stored into this node.
| double getInsertionTime | ( | ) |
Returns the insertion time of the element in this node.
1.8.14