public class Triple<A,B,C> extends Object
A
a
B
b
C
c
Triple(A a, B b, C c)
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 final C c
public Triple(A a, B b, C c)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 1992–2017 ANTLR. All rights reserved.