Package | Description |
---|---|
java.lang |
Provides classes that are fundamental to the design of the Java
programming language.
|
java.util.concurrent.atomic |
A small toolkit of classes that support lock-free thread-safe
programming on single variables.
|
java.util.logging |
Provides the classes and interfaces of
the JavaTM 2
platform's core logging facilities.
|
Class and Description |
---|
Supplier
A supplier of objects.
|
Class and Description |
---|
BinaryOperator
An operation upon two operands yielding a result.
|
DoubleBinaryOperator
An operation on two
double operands yielding a double result. |
IntBinaryOperator
An operation on two
int operands yielding an int result. |
IntUnaryOperator
An operation on a single
int operand yielding an int result. |
LongBinaryOperator
An operation on two
long operands yielding a long result. |
LongUnaryOperator
An operation on a single
long operand yielding a long result. |
UnaryOperator
An operation upon a single operand yielding a result.
|
Class and Description |
---|
Supplier
A supplier of objects.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-0