Package org.nd4j.common.primitives
Class Triple<F,S,T>
- java.lang.Object
-
- org.nd4j.common.primitives.Triple<F,S,T>
-
- All Implemented Interfaces:
Serializable
public class Triple<F,S,T> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Triple()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FgetLeft()SgetMiddle()TgetRight()static <F,S,T>
Triple<F,S,T>of(F first, S second, T third)static <F,S,T>
Triple<F,S,T>tripleOf(F first, S second, T third)
-