public class ImmutableQuad<F,S,T,O> extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected F |
first |
protected O |
fourth |
protected S |
second |
protected T |
third |
Constructor and Description |
---|
ImmutableQuad() |
Modifier and Type | Method and Description |
---|---|
static <F,S,T,O> ImmutableQuad<F,S,T,O> |
of(F first,
S second,
T third,
O fourth) |
static <F,S,T,O> ImmutableQuad<F,S,T,O> |
quadOf(F first,
S second,
T third,
O fourth) |
protected F first
protected S second
protected T third
protected O fourth
public static <F,S,T,O> ImmutableQuad<F,S,T,O> quadOf(F first, S second, T third, O fourth)
public static <F,S,T,O> ImmutableQuad<F,S,T,O> of(F first, S second, T third, O fourth)
Copyright © 2020. All rights reserved.