public final class Tuple extends Object
static <T1,T2> Tuple2<T1,T2>
create(T1 item1, T2 item2)
static <T1,T2,T3> Tuple3<T1,T2,T3>
create(T1 item1, T2 item2, T3 item3)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T1,T2> Tuple2<T1,T2> create(T1 item1, T2 item2)
public static <T1,T2,T3> Tuple3<T1,T2,T3> create(T1 item1, T2 item2, T3 item3)
Copyright © 1992–2015 ANTLR. All rights reserved.