Class Pair<F,S>

java.lang.Object
xyz.dynxsty.dih4jda.util.Pair<F,S>
Type Parameters:
F - The first value.
S - The second value.

public class Pair<F,S> extends Object
A Pair of two elements.
Since:
v1.5.2
  • Constructor Details

    • Pair

      public Pair(F first, S second)
  • Method Details

    • getFirst

      public F getFirst()
    • getSecond

      public S getSecond()