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