Class Pair<T,Y>

java.lang.Object
com.reign.api.lib.Pair<T,Y>

public class Pair<T,Y> extends Object
  • Field Details

    • key

      public T key
    • value

      public Y value
  • Constructor Details

    • Pair

      public Pair(T key, Y value)
  • Method Details

    • getKey

      public T getKey()
    • getValue

      public Y getValue()