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.
Author:
Ben Yu
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final E
    Deprecated.
     

    Fields inherited from class Tuple4

    d

    Fields inherited from class Tuple3

    c

    Fields inherited from class Pair

    a, b
  • Constructor Summary

    Constructors
    Constructor
    Description
    Tuple5(A a, B b, C c, D d, E e)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     
    int
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • e

      public final E e
      Deprecated.
  • Constructor Details

    • Tuple5

      public Tuple5(A a, B b, C c, D d, E e)
      Deprecated.
  • Method Details