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