Class Pair2<F,S>

java.lang.Object
net.md_5.specialsource.util.Pair2<F,S>
Type Parameters:
F - type of first element
S - type of second element

public class Pair2<F,S> extends Object
A class representing a set of 2 objects as defined by the type parameters.
  • Field Details

    • first

      public final F first
    • second

      public final S second
  • Constructor Details

    • Pair2

      public Pair2()