java.io.Serializable
public final class Quintuple<A extends Object, B extends Object, C extends Object, D extends Object, E extends Object> implements Serializable
private final A
first
private final B
second
private final C
third
private final D
fourth
private final E
fifth
Quintuple(A first, B second, C third, D fourth, E fifth)
final A
getFirst()
final B
getSecond()
final C
getThird()
final D
getFourth()
final E
getFifth()
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()
final E getFifth()
String toString()
Returns string representation of the Quadruple including its first, second, third, fourth&fifth values.