L
R
public class Pair<L,R> extends Object implements Serializable, Cloneable
protected L
left
protected R
right
Pair(L left, R right)
Pair<L,R>
clone()
boolean
equals(Object o)
getLeft()
getRight()
int
hashCode()
static <L,R> Pair<L,R>
of(L left, R right)
String
toString()
finalize, getClass, notify, notifyAll, wait, wait, wait
protected L left
protected R right
public Pair(L left, R right)
public static <L,R> Pair<L,R> of(L left, R right)
public L getLeft()
public R getRight()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
public Pair<L,R> clone()
clone
Copyright © 2025. All rights reserved.