A
- Type of first element.B
- Type of second element.C
- Type of third element.D
- Type of fourth element.E
- Type of fifth element.public class Quintuple<A,B,C,D,E> extends Quadruple<A,B,C,D> implements Serializable
Constructor and Description |
---|
Quintuple(A one,
B two,
C three,
D four,
E five)
Creates a
Quintuple object. |
Modifier and Type | Method and Description |
---|---|
E |
five()
Gets fifth element.
|
void |
five(E five)
Sets fifth element.
|
Copyright © 2016. All rights reserved.