Package org.jparsec.functors
Class Tuple5<A,B,C,D,E>
- java.lang.Object
-
- org.jparsec.functors.Pair<A,B>
-
- org.jparsec.functors.Tuple3<A,B,C>
-
- org.jparsec.functors.Tuple4<A,B,C,D>
-
- org.jparsec.functors.Tuple5<A,B,C,D,E>
-
@Deprecated public class Tuple5<A,B,C,D,E> extends Tuple4<A,B,C,D>
Deprecated.Prefer to using a lambda expression to convert to your own type.Immutable data holder for 5 values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Deprecated.(package private) boolean
equals(Tuple5<?,?,?,?,?> other)
Deprecated.int
hashCode()
Deprecated.java.lang.String
toString()
Deprecated.
-