See: Description
Interface | Description |
---|---|
CharFunction | Deprecated
since 3.0.
|
CodePointFunction |
A CharFunction can be used to convert one character to another.
|
Class | Description |
---|---|
DoubleFunctionImpl<T> |
DoubleFunctionImpl is an abstract implementation of the DoubleFunction interface which can be subclassed
explicitly or as an anonymous inner class, without needing to override the valueOf method defined in
Function.
|
IntegerFunctionImpl<T> |
IntegerFunctionImpl is an abstract implementation of the IntFunction interface which can be subclassed
explicitly or as an anonymous inner class, without needing to override the valueOf method defined in
Function.
|
LongFunctionImpl<T> |
LongFunctionImpl is an abstract implementation of the LongFunction interface which can be subclassed
explicitly or as an anonymous inner class, without needing to override the valueOf method defined in
Function.
|
Copyright © 2004–2016. All rights reserved.