public class Pair<T,V> extends Object
T
_1
V
_2
Pair(T t, V v)
boolean
equals(Object obj)
int
hashCode()
static <T,V> Pair<T,V>
of(T t, V v)
String
toString()
clone, finalize, getClass, notify, notifyAll, 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
public String toString()
toString
public static <T,V> Pair<T,V> of(T t, V v)
Copyright © 2020. All rights reserved.