public class Pair<A,B> extends Object implements Serializable
A
a
B
b
Pair(A a, B b)
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final A a
public final B b
public Pair(A a, B b)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 1992–2017 ANTLR. All rights reserved.