public class Pair<F,S> extends Object
F
first
S
second
Pair(F left, S right)
static <A,B> Pair<A,B>
create(A left, B right)
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 Pair(F left, S right)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public static <A,B> Pair<A,B> create(A left, B right)
public String toString()
toString
Copyright © 2026 Gudu Software. All rights reserved. | Back to Documentation | Full Documentation Site