public class Triple<A,B,C> extends Object
Triple(A first, B second, C third)
boolean
equals(Object o)
A
getFirst()
B
getSecond()
C
getThird()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Triple(@Nullable A first, @Nullable B second, @Nullable C third)
@Nullable public A getFirst()
@Nullable public B getSecond()
@Nullable public C getThird()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2016–2021. All rights reserved.