public class SFPair<L,R> extends Object
L
left
R
right
boolean
equals(Object other)
int
hashCode()
static <L,R> SFPair<L,R>
of(L l, R r)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public L left
public R right
public static <L,R> SFPair<L,R> of(L l, R r)
public boolean equals(Object other)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2022. All rights reserved.