Package | Description |
---|---|
java.util |
Contains the collections framework, legacy collection classes, event model,
date and time facilities, internationalization, and miscellaneous utility
classes (a string tokenizer, a random-number generator, and a bit array).
|
java.util.stream |
Classes to support functional-style operations on streams of elements, such
as map-reduce transformations on collections.
|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
double |
OptionalDouble.orElseGet(DoubleSupplier other)
Return the value if present, otherwise invoke
other and return
the result of that invocation. |
Modifier and Type | Method and Description |
---|---|
static DoubleStream |
DoubleStream.generate(DoubleSupplier s)
Returns an infinite sequential unordered stream where each element is
generated by the provided
DoubleSupplier . |
Modifier and Type | Method and Description |
---|---|
double |
MemoryArea.enter(DoubleSupplier logic)
Same as enter(Runnable) except that the executed method is called get and a double is returned.
|
double |
MemoryArea.executeInArea(DoubleSupplier logic)
Same as executeInArea(Runnable) except that the executed method is called get and a double is returned.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.