Package com.cmput301w23t09.qrhunter.util
Class Tuple<A,B>
- java.lang.Object
-
- com.cmput301w23t09.qrhunter.util.Tuple<A,B>
-
- Type Parameters:
A
- type of the left nodeB
- type of the right node
public class Tuple<A,B> extends java.lang.Object
Tuple data structure to represent a pair
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description A
getLeft()
Retrieve the left node objectB
getRight()
Retrieve the right node object
-