java.io.Serializable
public final class Quadruple<A extends Object, B extends Object, C extends Object, D extends Object> implements Serializable
Four things.
private final A
first
private final B
second
private final C
third
private final D
fourth
Quadruple(A first, B second, C third, D fourth)
final A
getFirst()
final B
getSecond()
final C
getThird()
final D
getFourth()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final A getFirst()
final B getSecond()
final C getThird()
final D getFourth()
String toString()