Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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
Quadruplewith value 0.0 - Quadruple(boolean, int, long, long) - Constructor for class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Creates a new
Quadruplebuilt from the given parts. - Quadruple(double) - Constructor for class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Creates a new
Quadrupleinstance with the givendoublevalue.
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
Quadruplewith a positive value built from the given parts. - Quadruple(long) - Constructor for class talonsoalbi_at_gmail_dot_com.ssoxmatch.ephem.Quadruple
-
Creates a new
Quadruplewith the givenlongvalue.
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
Quadruplewith 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
Quadruplewith the value of the givenBigDecimalinstance.
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
Quadrupleinstance with the value of the givenQuadrupleinstance.
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 and Interfaces|All Packages|Constant Field Values|Serialized Form