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