Pair
When you want to store two objects together
Creation
Make sure you import Pair by doing the following:
Functions
of
Will create a pair of the objects specified
getFirst
Returns the first object in the Pair
getSecond
Returns the second object in the Pair
Last updated