@Deprecated public class Tuple5<A,B,C,D,E> extends Tuple4<A,B,C,D>
Constructor and Description |
---|
Tuple5(A a,
B b,
C c,
D d,
E e)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public final E e
Copyright © 2013–2016 jparsec. All rights reserved.