public class Triple<A,B,C> extends Object
A
a
B
b
C
c
Triple(A a, B b, C c)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final A a
public final B b
public final C c
public Triple(A a, B b, C c)
Copyright © 1992-2013 ANTLR. All Rights Reserved.