public class Pair3<F,S,T> extends Object
F
first
S
second
T
third
Pair3(F v1, S v2, T v3)
static <A,B,C> Pair3<A,B,C>
create(A v1, B v2, C v3)
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final F first
public final S second
public final T third
public Pair3(F v1, S v2, T v3)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public static <A,B,C> Pair3<A,B,C> create(A v1, B v2, C v3)
public String toString()
toString
Copyright © 2026 Gudu Software. All rights reserved. | Back to Documentation | Full Documentation Site