OrderPair Members

OrderPair Overview


Constructors

New(Element, Element) Instantiates OrderPair specifying the Head (Succeesor) and the Tail (Preceder)

Public Properties

Preceder The tail-most element of this OrderPair
Successor The head-most element of this OrderPair

Public Methods

Record (OrderPair, OrderPairCollection) Adds a given OrderPair to a given OrderPairCollection
Record (OrderPairCollection) Adds This OrderPair to a given OrderPairCollection
Record (ArrayList) Adds This OrderPair to a given ArrayList
ToString Returns a String representation of this OrderPair