public class Pair<T1,T2> extends Object implements Comparable, Cloneable, Serializable
T1
first
T2
second
Pair(T1 first, T2 second)
Pair<T1,T2>
clone()
int
compareTo(Object o)
boolean
equals(Object o)
hashCode()
void
setFirst(T1 first)
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public T1 first
public T2 second
public Pair(T1 first, T2 second)
public void setFirst(T1 first)
public Pair<T1,T2> clone()
clone
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
public int compareTo(Object o)
compareTo
Comparable
Copyright © 2014–2021 码农场. All rights reserved.