Class MarkPair<T extends Mark>
Object
MarkPair<T>
- Type Parameters:
T- The type of mark in the pair, extending Mark
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MarkPair
-
-
Method Details
-
equals
-
hashCode
-
getSource
Gets the source mark of the pair (the one with the lower identifier).- Returns:
- The source mark
-
getDestination
Gets the destination mark of the pair (the one with the higher identifier).- Returns:
- The destination mark
-
toString
-