ImmutableQuadruple.Builder<T> |
ImmutableQuadruple.Builder.a(T a) |
Initializes the value for the a attribute.
|
ImmutableQuadruple.Builder<T> |
ImmutableQuadruple.Builder.b(T b) |
Initializes the value for the b attribute.
|
static <T> ImmutableQuadruple.Builder<T> |
ImmutableQuadruple.builder() |
|
ImmutableQuadruple.Builder<T> |
ImmutableQuadruple.Builder.c(T c) |
Initializes the value for the c attribute.
|
ImmutableQuadruple.Builder<T> |
ImmutableQuadruple.Builder.d(T d) |
Initializes the value for the d attribute.
|
ImmutableQuadruple.Builder<T> |
ImmutableQuadruple.Builder.from(Quadruple<T> instance) |
Fill a builder with attribute values from the provided Quadruple instance.
|