public class Pair<T,U> extends Object
T
first
U
second
Pair(T first, U second)
getFirst()
getKey()
getSecond()
getValue()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final T first
public final U second
public Pair(T first, U second)
public T getFirst()
public T getKey()
public U getSecond()
public U getValue()
public String toString()
toString
Object
Copyright © 2014–2018 码农场. All rights reserved.