| Package | Description |
|---|---|
| javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
| Modifier and Type | Method and Description |
|---|---|
static EnclosedType |
EnclosedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnclosedType[] |
EnclosedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SizeEstimator.reserveLambda(EnclosedType first)
Determines the size of a lambda with one variable in its
closure and add it to this size estimator.
|
void |
SizeEstimator.reserveLambda(EnclosedType first,
EnclosedType second)
Determines the size of a lambda with two variables in its
closure and add it to this size estimator.
|
void |
SizeEstimator.reserveLambda(EnclosedType first,
EnclosedType second,
EnclosedType... others)
Determines the size of a lambda with more than two variables in its
closure and add it to this size estimator.
|
void |
SizeEstimator.reserveLambda(EnclosedType first,
EnclosedType second,
EnclosedType... others)
Determines the size of a lambda with more than two variables in its
closure and add it to this size estimator.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.