public class Pair<V1 extends @Nullable Object,V2 extends @Nullable Object> extends @Nullable Object
V1
first
V2
second
boolean
equals(@Nullable Object o)
int
hashCode()
static <V1 extends @Nullable Object,V2 extends @Nullable Object> Pair<V1,V2>
of(V1 v1, V2 v2)
@ReadOnly String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final V1 extends @Nullable Object first
public final V2 extends @Nullable Object second
public static <V1 extends @Nullable Object,V2 extends @Nullable Object> Pair<V1,V2> of(V1 v1, V2 v2)
public @ReadOnly String toString()
toString
@Nullable Object
public int hashCode()
hashCode
public boolean equals(@Nullable Object o)
equals