public class T2<E1,E2> extends Object implements Serializable
E1
first
E2
second
T2(E1 first, E2 second)
boolean
equals(Object object)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final E1 first
public final E2 second
public T2(E1 first, E2 second)
public int hashCode()
hashCode
Object
public boolean equals(Object object)
equals
public String toString()
toString
Copyright © 2019. All rights reserved.