public class NonnullPair<L,R> extends Object
L
lhs
R
rhs
NonnullPair(L lhs, R rhs)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final L lhs
public final R rhs
public NonnullPair(L lhs, R rhs)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.