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