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.
|
org.eclipse.collections.impl |
This package contains implementations for Eclipse Collections API.
|
org.eclipse.collections.impl.bag | |
org.eclipse.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag . |
org.eclipse.collections.impl.bimap | |
org.eclipse.collections.impl.bimap.immutable | |
org.eclipse.collections.impl.block.comparator.primitive |
This package contains implementations of the
SerializableComparator interface to compare primitive double, int and long. |
org.eclipse.collections.impl.block.factory |
This package contains factory implementations for
Function , Predicate , SerializableComparator and Procedure . |
org.eclipse.collections.impl.block.factory.primitive |
This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.
|
org.eclipse.collections.impl.block.function | |
org.eclipse.collections.impl.block.function.primitive |
This package contains implementations of primitive functions.
|
org.eclipse.collections.impl.block.procedure |
This package contains implementations of
Procedure and Procedure2 . |
org.eclipse.collections.impl.block.procedure.primitive |
This package contains implementations of primitive procedures.
|
org.eclipse.collections.impl.collection | |
org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
org.eclipse.collections.impl.lazy.parallel | |
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.list |
This package contains implementations of the
ListIterable interface. |
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.list.primitive |
This package contains implementations of the primitive list interfaces.
|
org.eclipse.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.parallel |
This package contains classes which is used for parallel iteration through the containers.
|
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.set | |
org.eclipse.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet . |
org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet . |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet . |
org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.string.immutable | |
org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
org.eclipse.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
org.eclipse.collections.impl.utility.internal.primitive | |
org.eclipse.collections.impl.utility.primitive |
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.
|
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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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 |
---|
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 |
---|
CharToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
IntToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
Class and Description |
---|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
FloatObjectToFloatFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
IntObjectToIntFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
LongObjectToLongFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
Class and Description |
---|
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.
|
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.
|
Class and Description |
---|
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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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 |
---|
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.
|
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.
|
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.
|
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.
|
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.
|
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 |
---|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
IntObjectToIntFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.
|
LongObjectToLongFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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.
|
ObjectBooleanToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
ObjectByteIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
ObjectByteToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
ObjectCharIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
ObjectCharToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
ObjectDoubleIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
ObjectDoubleToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
ObjectFloatIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
ObjectFloatToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
ObjectIntIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
ObjectIntToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
ObjectLongIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
ObjectLongToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
ObjectShortIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
ObjectShortToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
ShortToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
Class and Description |
---|
IntToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
ObjectIntIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
ObjectIntToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.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 |
---|
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.
|
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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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.
|
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.
|
FloatFunction0
FloatFunction0 is a zero argument lambda.
|
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.
|
IntFunction0
IntFunction0 is a zero argument lambda.
|
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.
|
LongFunction0
LongFunction0 is a zero argument lambda.
|
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.
|
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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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 |
---|
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.
|
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.
|
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.
|
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 |
---|
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.
|
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.
|
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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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.
|
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.
|
ShortToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
Class and Description |
---|
CharToCharFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
CharToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
IntToIntFunction
This file was automatically generated from template file primitiveToPrimitiveFunction.stg.
|
IntToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
ObjectCharIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
ObjectCharToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.
|
ObjectIntIntToObjectFunction
This file was automatically generated from template file objectPrimitiveIntToObjectFunction.stg.
|
ObjectIntToObjectFunction
This file was automatically generated from template file objectPrimitiveToObjectFunction.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.
|
CharToCharFunction
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.
|
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.
|
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.
|
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.
|
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.
|
DoubleObjectToDoubleFunction
This file was automatically generated from template file primitiveObjectToPrimitiveFunction.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.
|
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.
|
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.
|
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.
|
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.
|
ShortToObjectFunction
This file was automatically generated from template file primitiveToObjectFunction.stg.
|
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–2016. All rights reserved.