public class MutablePair<T,U> extends Object
MutablePair(T o1, U o2)
boolean
equals(Object other)
T
getO1()
U
getO2()
int
hashCode()
void
setO1(T o1)
setO2(U o2)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public MutablePair(T o1, U o2)
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
public String toString()
toString
public T getO1()
public U getO2()
public void setO1(T o1)
public void setO2(U o2)
Copyright © 2021 Soot OSS. All rights reserved.