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