A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
Q
- Quadruple - Class in talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem
-
A floating-point number with a 128-bit fractional part of the mantissa and 32-bit exponent.
- Quadruple() - Constructor for class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Creates a new instance of
Quadruple
with value 0.0 - Quadruple(boolean, int, long, long) - Constructor for class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Creates a new
Quadruple
built from the given parts. - Quadruple(double) - Constructor for class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Creates a new
Quadruple
instance with the givendouble
value.
First creates an empty (zero) instance, then assigns the given value to the new instance, usingassign(double)
. - Quadruple(int, long, long) - Constructor for class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Creates a new
Quadruple
with a positive value built from the given parts. - Quadruple(long) - Constructor for class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Creates a new
Quadruple
with the givenlong
value.
First creates an empty (zero) instance, then assigns the given value to the new instance, usingassign(long)
. - Quadruple(String) - Constructor for class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Creates a new
Quadruple
with the value represented by the givenString
.
First creates an empty (zero) instance, then assigns the given value to the new instance, converting the string to the corresponding floating-point value. - Quadruple(BigDecimal) - Constructor for class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Creates a new
Quadruple
with the value of the givenBigDecimal
instance.
First creates an empty (zero) instance, then assigns the given value to the new instance, converting the BigDecimal to respective floating-point value - Quadruple(Quadruple) - Constructor for class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Creates a new
Quadruple
instance with the value of the givenQuadruple
instance.
First creates an empty (zero) instance, then copies the fields of the parameter. to the fields of the new instance - query(String) - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.Util
-
Returns the output of an HTTP query
- queryFile(String, String, int) - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.Util
-
Perform the query for a binary file.
- queryImage(String, int) - Static method in class talonsoalbi_at_gmail_dot_com.ssoxmatch.Util
-
Perform the query for an image.
- QUICK_DISCARD - Static variable in class talonsoalbi_at_gmail_dot_com.ssoxmatch.Constants
-
Value of the property QUICK_DISCARD
All Classes All Packages