public class Pair<T1,T2> extends Object
Pair(T1 first, T2 second)
boolean
equals(Object o)
T1
getFirst()
T2
getSecond()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(T1 first, T2 second)
public T1 getFirst()
public T2 getSecond()
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
public String toString()
toString
Copyright © 2024 Soot OSS. All rights reserved.