Class Pair<A,B>

java.lang.Object
dev.demeng.pluginbase.model.Pair<A,B>
Type Parameters:
A - The type of object A
B - The type of object B

public class Pair<A,B> extends Object
A simple pair of objects.
  • Constructor Details

    • Pair

      public Pair()
  • Method Details

    • of

      public static <A, B> Pair<A,B> of(Pair<A,B> pair)