| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| org.eclipse.collections.api.collection | |
| org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
| org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| org.eclipse.collections.api.ordered | |
| org.eclipse.collections.api.ordered.primitive | |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| org.eclipse.collections.api.stack |
This package contains interfaces for stack API.
|
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| Class and Description |
|---|
| BooleanFunction
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
| BooleanToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| BooleanToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| BooleanToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| BooleanToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| BooleanToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| BooleanToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| BooleanToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| BooleanToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| BooleanToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteFunction
ByteFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
| ByteToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharFunction
CharFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
| CharToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleFunction
DoubleFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
| DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| DoubleToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatFunction
FloatFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
| FloatObjectToFloatFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| FloatToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntFunction
IntFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
| IntObjectToIntFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| IntToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongFunction
LongFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
| LongObjectToLongFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
| LongToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ObjectBooleanToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectByteToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectCharToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectDoubleToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectFloatToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectIntToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectLongToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ObjectShortToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction
ShortFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
| ShortToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| Class and Description |
|---|
| BooleanFunction
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
| ByteFunction
ByteFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
| CharFunction
CharFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
| DoubleFunction
DoubleFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
| FloatFunction
FloatFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
| IntFunction
IntFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
| LongFunction
LongFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
| ShortFunction
ShortFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
| Class and Description |
|---|
| BooleanToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class and Description |
|---|
| BooleanFunction
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
| ByteFunction
ByteFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
| CharFunction
CharFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
| DoubleFunction
DoubleFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
| FloatFunction
FloatFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
| IntFunction
IntFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
| LongFunction
LongFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
| ShortFunction
ShortFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
| Class and Description |
|---|
| BooleanFunction
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
| ByteFunction
ByteFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
| CharFunction
CharFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
| DoubleFunction
DoubleFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
| FloatFunction
FloatFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
| IntFunction
IntFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
| LongFunction
LongFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
| ShortFunction
ShortFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
| Class and Description |
|---|
| BooleanToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class and Description |
|---|
| BooleanFunction
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
| ByteFunction
ByteFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
| CharFunction
CharFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
| DoubleFunction
DoubleFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
| FloatFunction
FloatFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
| IntFunction
IntFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
| LongFunction
LongFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
| ShortFunction
ShortFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
| Class and Description |
|---|
| BooleanToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class and Description |
|---|
| BooleanFunction
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
| ByteFunction
ByteFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
| CharFunction
CharFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
| DoubleFunction
DoubleFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
| FloatFunction
FloatFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
| IntFunction
IntFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
| LongFunction
LongFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
| ShortFunction
ShortFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
| Class and Description |
|---|
| BooleanFunction
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
| BooleanFunction0
BooleanFunction0 is a zero argument lambda.
|
| BooleanToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| BooleanToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteFunction
ByteFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
| ByteFunction0
ByteFunction0 is a zero argument lambda.
|
| ByteToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ByteToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharFunction
CharFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
| CharFunction0
CharFunction0 is a zero argument lambda.
|
| CharToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| CharToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleFunction
DoubleFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
| DoubleFunction0
DoubleFunction0 is a zero argument lambda.
|
| DoubleToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| DoubleToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatFunction
FloatFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
| FloatFunction0
FloatFunction0 is a zero argument lambda.
|
| FloatToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| FloatToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntFunction
IntFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
| IntFunction0
IntFunction0 is a zero argument lambda.
|
| IntToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| IntToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongFunction
LongFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
| LongFunction0
LongFunction0 is a zero argument lambda.
|
| LongToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| LongToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortFunction
ShortFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
| ShortFunction0
ShortFunction0 is a zero argument lambda.
|
| ShortToBooleanFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToByteFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToDoubleFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToFloatFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToLongFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| ShortToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToShortFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
| Class and Description |
|---|
| BooleanFunction
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
| ByteFunction
ByteFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
| CharFunction
CharFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
| DoubleFunction
DoubleFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
| FloatFunction
FloatFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
| IntFunction
IntFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
| LongFunction
LongFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
| ShortFunction
ShortFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
| Class and Description |
|---|
| BooleanFunction
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
| ByteFunction
ByteFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
| CharFunction
CharFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
| DoubleFunction
DoubleFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
| FloatFunction
FloatFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
| IntFunction
IntFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
| LongFunction
LongFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
| ShortFunction
ShortFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
| Class and Description |
|---|
| BooleanToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ObjectBooleanIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectByteIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectCharIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectDoubleIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectFloatIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectIntIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectLongIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ObjectShortIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
| ShortToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class and Description |
|---|
| BooleanFunction
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
| ByteFunction
ByteFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
| CharFunction
CharFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
| DoubleFunction
DoubleFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
| FloatFunction
FloatFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
| IntFunction
IntFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
| LongFunction
LongFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
| ShortFunction
ShortFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
| Class and Description |
|---|
| BooleanToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| Class and Description |
|---|
| BooleanFunction
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
| ByteFunction
ByteFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
| CharFunction
CharFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
| DoubleFunction
DoubleFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
| FloatFunction
FloatFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
| IntFunction
IntFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
| LongFunction
LongFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
| ShortFunction
ShortFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
| Class and Description |
|---|
| BooleanFunction
BooleanFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Boolean objects in places where primitive booleans could be used.
|
| ByteFunction
ByteFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Byte objects in places where primitive bytes could be used.
|
| CharFunction
CharFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Character objects in places where primitive chars could be used.
|
| DoubleFunction
DoubleFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Double objects in places where primitive doubles could be used.
|
| FloatFunction
FloatFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Float objects in places where primitive floats could be used.
|
| IntFunction
IntFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Integer objects in places where primitive ints could be used.
|
| LongFunction
LongFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Long objects in places where primitive longs could be used.
|
| ObjectIntToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
| ShortFunction
ShortFunction is a primitive Function which may be used to reduce the overhead
of autoboxing Short objects in places where primitive shorts could be used.
|
| Class and Description |
|---|
| BooleanToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ByteToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| CharToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| DoubleToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| FloatToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| IntToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| LongToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
| ShortToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
Copyright © 2004–2017. All rights reserved.