public class Pair<A,B> extends Object
A
first
B
second
Pair(A first, B second)
boolean
equals(Object o)
int
hashCode()
static <A,B> Pair<A,B>
of(A first, B second)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@NotNull public final A first
@NotNull public final B second
public Pair(A first, B second)
@NotNull public static <A,B> Pair<A,B> of(A first, B second)
public boolean equals(@Nullable Object o)
equals
Object
public int hashCode()
hashCode
@NotNull public String toString()
toString
Copyright © 2014. All Rights Reserved.