public class Pair<T,V> extends Object
T
_1
V
_2
Pair(T t, V v)
boolean
equals(Object obj)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public final T _1
public final V _2
public Pair(T t, V v)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2016. All rights reserved.