Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.lang.Double
Packages that use Double
Provides classes that are fundamental to the design of the Java programming language.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Uses of Double in java.lang
Class declarations in java.lang with type arguments of type Double
class
The Double class wraps a value of the primitive type double in an object.
Fields in java.lang with type arguments of type Double
static final Class<Double>
Double.TYPE
The Class instance representing the primitive type double.
Methods in java.lang that return Double
Resolves this instance as a ConstantDesc, the result of which is the instance itself.
static Double
Double.valueOf(double d)
Returns a Double instance representing the specified double value.
static Double
Double.valueOf(String s)
Returns a Double object holding the double value represented by the argument string s.
Methods in java.lang that return types with arguments of type Double
Returns an Optional containing the nominal descriptor for this instance, which is the instance itself.
Methods in java.lang with parameters of type Double
int
Double.compareTo(Double anotherDouble)
Compares two Double objects numerically.
Uses of Double in java.util
Class declarations in java.util with type arguments of type Double
static interface
An Iterator specialized for double values.
static interface
A Spliterator specialized for double values.
Methods in java.util that return Double
default Double
PrimitiveIterator.OfDouble.next()
Returns the next element in the iteration.
Method parameters in java.util with type arguments of type Double
default void
PrimitiveIterator.OfDouble.forEachRemaining(Consumer<? super Double> action)
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
default void
Spliterator.OfDouble.forEachRemaining(Consumer<? super Double> action)
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
default boolean
Spliterator.OfDouble.tryAdvance(Consumer<? super Double> action)
If a remaining element exists, performs the given action on it, returning true; else returns false.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz