Pair

public class Pair<A, B> implements Serializable

Fields

a

public A a

b

public B b

Constructors

Pair

public Pair(A a, B b)

Methods

equals

public boolean equals(Object o)

hashCode

public int hashCode()