public final class Quadruple<A extends Object, B extends Object, C extends Object, D extends Object>
Helper class for returning four values
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()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final A getFirst()
final B getSecond()
final C getThird()
final D getFourth()