Class Pair<A,B>

java.lang.Object
org.antlr.v4.runtime.misc.Pair<A,B>
All Implemented Interfaces:
Serializable

public class Pair<A,B> extends Object implements Serializable
See Also:
  • Field Details

    • a

      public final A a
    • b

      public final B b
  • Constructor Details

    • Pair

      public Pair(A a, B b)
  • Method Details