Class | Description |
---|---|
BinaryTree |
Tree data structure which can contain up to 2 additional
Tree s. |
FiveTuple |
A data type for storing, passing and working with five objects of any type.
|
FourTuple |
A data type for storing, passing and working with four objects of any type.
|
Graph |
Graph data structure. |
Graph.GraphNode |
Defines
GraphNode objects as they are used in the Graph class. |
IntList |
Works like
List but ignores objects except Integer objects and List objects that are not
purely made out of Integer s. |
List |
List data structure.
|
Queue |
Data structure for storing and handling data in FIFO order (first in, first out).
|
Stack |
Data structure for storing and handling data in FILO order (first in, last out).
|
StringList |
Works like List but ignores objects except Strings and List objects that are not purely made out of Strings.
|
ThreeTuple |
A data type for storing, passing and working with three objects of any type.
|
Tree |
Tree data structure which can contain infinitely many other Trees.
|
TwoTuple |
A data type for storing, passing and working with two objects of any type.
|