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.ObjectTuple data structure to represent a pair
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgetLeft()Retrieve the left node objectBgetRight()Retrieve the right node object
-