| Package | Description |
|---|---|
| org.eclipse.collections.impl.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| org.eclipse.collections.impl.block.function.primitive |
This package contains implementations of primitive functions.
|
| org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
| Class and Description |
|---|
| IntegerFunctionImpl
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.
|
| Class and Description |
|---|
| BooleanCaseFunction
This file was automatically generated from template file primitiveCaseFunction.stg.
|
| ByteCaseFunction
This file was automatically generated from template file primitiveCaseFunction.stg.
|
| CharCaseFunction
This file was automatically generated from template file primitiveCaseFunction.stg.
|
| CharFunction
Deprecated.
since 3.0. Use
CharToCharFunction instead. |
| CodePointFunction
A CharFunction can be used to convert one character to another.
|
| DoubleCaseFunction
This file was automatically generated from template file primitiveCaseFunction.stg.
|
| FloatCaseFunction
This file was automatically generated from template file primitiveCaseFunction.stg.
|
| IntCaseFunction
This file was automatically generated from template file primitiveCaseFunction.stg.
|
| LongCaseFunction
This file was automatically generated from template file primitiveCaseFunction.stg.
|
| ShortCaseFunction
This file was automatically generated from template file primitiveCaseFunction.stg.
|
| Class and Description |
|---|
| CharFunction
Deprecated.
since 3.0. Use
CharToCharFunction instead. |
| CodePointFunction
A CharFunction can be used to convert one character to another.
|
Copyright © 2004–2022. All rights reserved.