Class Pair<lh,rh>

java.lang.Object
com.datdeveloper.datmoddingapi.collections.Pair<lh,rh>
Type Parameters:
lh - the type of the left hand
rh - the type of the right hand

public class Pair<lh,rh> extends Object
A simple container for 2 values
  • Constructor Details

    • Pair

      public Pair(lh leftHand, rh rightHand)
  • Method Details

    • getLeftHand

      public lh getLeftHand()
    • getRightHand

      public rh getRightHand()
    • setLeftHand

      public void setLeftHand(lh leftHand)
    • setRightHand

      public void setRightHand(rh rightHand)