Class Pair<V1,V2>

java.lang.Object
org.checkerframework.javacutil.Pair<V1,V2>

public class Pair<V1,V2> extends Object
Simple pair class for multiple returns.
  • Field Details

    • first

      public final V1 first
      The first element in the pair.
    • second

      public final V2 second
      The second element in the pair.
  • Method Details