public class Tuple<T1,T2> extends Object
Tuple(T1 first, T2 second)
T1
getFirst()
T2
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple(T1 first, T2 second)
public T1 getFirst()
public T2 getSecond()
Copyright © 2019. All rights reserved.