SSJ API Documentation
Stochastic Simulation in Java
Loading...
Searching...
No Matches
umontreal.ssj.simevents.ListWithStat< E >.Node< E > Class Template Reference

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.
getElement ()
 Returns the element stored into this node.
double getInsertionTime ()
 Returns the insertion time of the element in this node.

Detailed Description

Represents a node that can be part of a list with statistical collecting.

Definition at line 509 of file ListWithStat.java.

Constructor & Destructor Documentation

◆ Node()

umontreal.ssj.simevents.ListWithStat< E >.Node< E >.Node ( E element,
double insertionTime )

Constructs a new node containing element element inserted into the list at time insertionTime.

Parameters
elementthe element to add into this new node
insertionTimethe insertion time of the element

Definition at line 524 of file ListWithStat.java.

Member Function Documentation

◆ getElement()

E umontreal.ssj.simevents.ListWithStat< E >.Node< E >.getElement ( )

Returns the element stored into this node.

Returns
the element into this node

Definition at line 534 of file ListWithStat.java.

◆ getInsertionTime()

double umontreal.ssj.simevents.ListWithStat< E >.Node< E >.getInsertionTime ( )

Returns the insertion time of the element in this node.

Returns
the insertion time of the element

Definition at line 543 of file ListWithStat.java.


The documentation for this class was generated from the following file: