public class Trio<T,U,V> extends Object implements Serializable
Trio(T first, U second, V third)
static <T,U,V> Trio<T,U,V>
create(T v1, U v2, V v3)
boolean
equals(Object value)
equals(Trio<?,?,?> value)
T
getFirst()
U
getSecond()
V
getThird()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Trio(T first, U second, V third)
public T getFirst()
public U getSecond()
public V getThird()
public boolean equals(Object value)
equals
Object
public boolean equals(Trio<?,?,?> value)
public int hashCode()
hashCode
public String toString()
toString
public static <T,U,V> Trio<T,U,V> create(T v1, U v2, V v3)
Copyright © 2018. All rights reserved.