public class Pair<A,B> extends Object
A
first
B
second
Pair(A first, B second)
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public A first
public B second
public Pair(A first, B second)
public String toString()
toString
Object
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
Copyright © 2023. All rights reserved.