Package org.nd4j.common.primitives
Class ImmutableQuad<F,S,T,O>
- java.lang.Object
-
- org.nd4j.common.primitives.ImmutableQuad<F,S,T,O>
-
- All Implemented Interfaces:
Serializable
public class ImmutableQuad<F,S,T,O> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImmutableQuad()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
quadOf
public static <F,S,T,O> ImmutableQuad<F,S,T,O> quadOf(F first, S second, T third, O fourth)
-
of
public static <F,S,T,O> ImmutableQuad<F,S,T,O> of(F first, S second, T third, O fourth)
-
-