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