| 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.block.procedure |
This package contains interfaces for Procedure API.
|
| org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| 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.ordered | |
| org.eclipse.collections.api.ordered.primitive | |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| 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.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.mutable |
This package contains implementations of the
MutableBiMap interface. |
| org.eclipse.collections.impl.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| org.eclipse.collections.impl.block.procedure |
This package contains implementations of
Procedure and Procedure2. |
| org.eclipse.collections.impl.block.procedure.checked |
This package contains abstract implementations of
Procedure and Procedure2. |
| org.eclipse.collections.impl.block.procedure.checked.primitive |
This package contains abstract implementations of primitive procedures.
|
| 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.forkjoin |
This package contains implementations which has several parallel algorithms that work with Collections and make use of Java's fork-join
framework.
|
| org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
| org.eclipse.collections.impl.lazy.parallel.bag | |
| 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.fixed |
This package contains implementations of the
FixedSizeList 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 |
This package contains implementations of the
MapIterable interface. |
| org.eclipse.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
| 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.ordered.mutable | |
| org.eclipse.collections.impl.map.primitive | |
| 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.map.strategy.immutable |
This package contains immutable map implementations backed by hashtables that rely on
HashingStrategys provided by
the developer to compute the hashCode and equals for the objects stored in the map. |
| org.eclipse.collections.impl.map.strategy.mutable |
This package contains mutable map implementations backed by hashtables that rely on
HashingStrategys provided by
the developer to compute the hashCode and equals for the objects stored in the map. |
| 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.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.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategys. |
| 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.stack.primitive | |
| 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 | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanIntProcedure |
A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive int as the second argument.
|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteIntProcedure |
A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive int as the second argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharIntProcedure |
A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive int as the second argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleIntProcedure |
A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive int as the second argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatIntProcedure |
A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive int as the second argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntIntProcedure |
A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongIntProcedure |
A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive int as the second argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortIntProcedure |
A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive int as the second argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteBooleanProcedure |
A ByteBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive boolean as the second argument.
|
| ByteByteProcedure |
A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive byte as the second argument.
|
| ByteCharProcedure |
A ByteCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive char as the second argument.
|
| ByteDoubleProcedure |
A ByteDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive double as the second argument.
|
| ByteFloatProcedure |
A ByteFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive float as the second argument.
|
| ByteIntProcedure |
A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive int as the second argument.
|
| ByteLongProcedure |
A ByteLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive long as the second argument.
|
| ByteObjectProcedure |
A two argument procedure that takes a primitive byte and type T as the arguments.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| ByteShortProcedure |
A ByteShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive short as the second argument.
|
| CharBooleanProcedure |
A CharBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive boolean as the second argument.
|
| CharByteProcedure |
A CharByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive byte as the second argument.
|
| CharCharProcedure |
A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive char as the second argument.
|
| CharDoubleProcedure |
A CharDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive double as the second argument.
|
| CharFloatProcedure |
A CharFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive float as the second argument.
|
| CharIntProcedure |
A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive int as the second argument.
|
| CharLongProcedure |
A CharLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive long as the second argument.
|
| CharObjectProcedure |
A two argument procedure that takes a primitive char and type T as the arguments.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| CharShortProcedure |
A CharShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive short as the second argument.
|
| DoubleBooleanProcedure |
A DoubleBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive boolean as the second argument.
|
| DoubleByteProcedure |
A DoubleByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive byte as the second argument.
|
| DoubleCharProcedure |
A DoubleCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive char as the second argument.
|
| DoubleDoubleProcedure |
A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive double as the second argument.
|
| DoubleFloatProcedure |
A DoubleFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive float as the second argument.
|
| DoubleIntProcedure |
A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive int as the second argument.
|
| DoubleLongProcedure |
A DoubleLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive long as the second argument.
|
| DoubleObjectProcedure |
A two argument procedure that takes a primitive double and type T as the arguments.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| DoubleShortProcedure |
A DoubleShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive short as the second argument.
|
| FloatBooleanProcedure |
A FloatBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive boolean as the second argument.
|
| FloatByteProcedure |
A FloatByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive byte as the second argument.
|
| FloatCharProcedure |
A FloatCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive char as the second argument.
|
| FloatDoubleProcedure |
A FloatDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive double as the second argument.
|
| FloatFloatProcedure |
A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive float as the second argument.
|
| FloatIntProcedure |
A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive int as the second argument.
|
| FloatLongProcedure |
A FloatLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive long as the second argument.
|
| FloatObjectProcedure |
A two argument procedure that takes a primitive float and type T as the arguments.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| FloatShortProcedure |
A FloatShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive short as the second argument.
|
| IntBooleanProcedure |
A IntBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive boolean as the second argument.
|
| IntByteProcedure |
A IntByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive byte as the second argument.
|
| IntCharProcedure |
A IntCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive char as the second argument.
|
| IntDoubleProcedure |
A IntDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive double as the second argument.
|
| IntFloatProcedure |
A IntFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive float as the second argument.
|
| IntIntProcedure |
A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.
|
| IntLongProcedure |
A IntLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive long as the second argument.
|
| IntObjectProcedure |
A two argument procedure that takes a primitive int and type T as the arguments.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| IntShortProcedure |
A IntShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive short as the second argument.
|
| LongBooleanProcedure |
A LongBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive boolean as the second argument.
|
| LongByteProcedure |
A LongByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive byte as the second argument.
|
| LongCharProcedure |
A LongCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive char as the second argument.
|
| LongDoubleProcedure |
A LongDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive double as the second argument.
|
| LongFloatProcedure |
A LongFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive float as the second argument.
|
| LongIntProcedure |
A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive int as the second argument.
|
| LongLongProcedure |
A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive long as the second argument.
|
| LongObjectProcedure |
A two argument procedure that takes a primitive long and type T as the arguments.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| LongShortProcedure |
A LongShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive short as the second argument.
|
| ObjectBooleanProcedure |
A two argument procedure that takes a type T and primitive boolean as the arguments.
|
| ObjectByteProcedure |
A two argument procedure that takes a type T and primitive byte as the arguments.
|
| ObjectCharProcedure |
A two argument procedure that takes a type T and primitive char as the arguments.
|
| ObjectDoubleProcedure |
A two argument procedure that takes a type T and primitive double as the arguments.
|
| ObjectFloatProcedure |
A two argument procedure that takes a type T and primitive float as the arguments.
|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| ObjectLongProcedure |
A two argument procedure that takes a type T and primitive long as the arguments.
|
| ObjectShortProcedure |
A two argument procedure that takes a type T and primitive short as the arguments.
|
| ShortBooleanProcedure |
A ShortBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive boolean as the second argument.
|
| ShortByteProcedure |
A ShortByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive byte as the second argument.
|
| ShortCharProcedure |
A ShortCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive char as the second argument.
|
| ShortDoubleProcedure |
A ShortDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive double as the second argument.
|
| ShortFloatProcedure |
A ShortFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive float as the second argument.
|
| ShortIntProcedure |
A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive int as the second argument.
|
| ShortLongProcedure |
A ShortLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive long as the second argument.
|
| ShortObjectProcedure |
A two argument procedure that takes a primitive short and type T as the arguments.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| ShortShortProcedure |
A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive short as the second argument.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanIntProcedure |
A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive int as the second argument.
|
| ByteIntProcedure |
A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive int as the second argument.
|
| CharIntProcedure |
A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive int as the second argument.
|
| DoubleIntProcedure |
A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive int as the second argument.
|
| FloatIntProcedure |
A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive int as the second argument.
|
| IntIntProcedure |
A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.
|
| LongIntProcedure |
A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive int as the second argument.
|
| ShortIntProcedure |
A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive int as the second argument.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanIntProcedure |
A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive int as the second argument.
|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteIntProcedure |
A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive int as the second argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharIntProcedure |
A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive int as the second argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleIntProcedure |
A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive int as the second argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatIntProcedure |
A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive int as the second argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntIntProcedure |
A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongIntProcedure |
A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive int as the second argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortIntProcedure |
A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive int as the second argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanIntProcedure |
A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive int as the second argument.
|
| BooleanObjectProcedure |
A two argument procedure that takes a primitive boolean and type T as the arguments.
|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteBooleanProcedure |
A ByteBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive boolean as the second argument.
|
| ByteByteProcedure |
A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive byte as the second argument.
|
| ByteCharProcedure |
A ByteCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive char as the second argument.
|
| ByteDoubleProcedure |
A ByteDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive double as the second argument.
|
| ByteFloatProcedure |
A ByteFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive float as the second argument.
|
| ByteIntProcedure |
A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive int as the second argument.
|
| ByteLongProcedure |
A ByteLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive long as the second argument.
|
| ByteObjectProcedure |
A two argument procedure that takes a primitive byte and type T as the arguments.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| ByteShortProcedure |
A ByteShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive short as the second argument.
|
| CharBooleanProcedure |
A CharBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive boolean as the second argument.
|
| CharByteProcedure |
A CharByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive byte as the second argument.
|
| CharCharProcedure |
A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive char as the second argument.
|
| CharDoubleProcedure |
A CharDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive double as the second argument.
|
| CharFloatProcedure |
A CharFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive float as the second argument.
|
| CharIntProcedure |
A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive int as the second argument.
|
| CharLongProcedure |
A CharLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive long as the second argument.
|
| CharObjectProcedure |
A two argument procedure that takes a primitive char and type T as the arguments.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| CharShortProcedure |
A CharShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive short as the second argument.
|
| DoubleBooleanProcedure |
A DoubleBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive boolean as the second argument.
|
| DoubleByteProcedure |
A DoubleByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive byte as the second argument.
|
| DoubleCharProcedure |
A DoubleCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive char as the second argument.
|
| DoubleDoubleProcedure |
A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive double as the second argument.
|
| DoubleFloatProcedure |
A DoubleFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive float as the second argument.
|
| DoubleIntProcedure |
A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive int as the second argument.
|
| DoubleLongProcedure |
A DoubleLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive long as the second argument.
|
| DoubleObjectProcedure |
A two argument procedure that takes a primitive double and type T as the arguments.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| DoubleShortProcedure |
A DoubleShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive short as the second argument.
|
| FloatBooleanProcedure |
A FloatBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive boolean as the second argument.
|
| FloatByteProcedure |
A FloatByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive byte as the second argument.
|
| FloatCharProcedure |
A FloatCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive char as the second argument.
|
| FloatDoubleProcedure |
A FloatDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive double as the second argument.
|
| FloatFloatProcedure |
A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive float as the second argument.
|
| FloatIntProcedure |
A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive int as the second argument.
|
| FloatLongProcedure |
A FloatLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive long as the second argument.
|
| FloatObjectProcedure |
A two argument procedure that takes a primitive float and type T as the arguments.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| FloatShortProcedure |
A FloatShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive short as the second argument.
|
| IntBooleanProcedure |
A IntBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive boolean as the second argument.
|
| IntByteProcedure |
A IntByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive byte as the second argument.
|
| IntCharProcedure |
A IntCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive char as the second argument.
|
| IntDoubleProcedure |
A IntDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive double as the second argument.
|
| IntFloatProcedure |
A IntFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive float as the second argument.
|
| IntIntProcedure |
A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.
|
| IntLongProcedure |
A IntLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive long as the second argument.
|
| IntObjectProcedure |
A two argument procedure that takes a primitive int and type T as the arguments.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| IntShortProcedure |
A IntShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive short as the second argument.
|
| LongBooleanProcedure |
A LongBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive boolean as the second argument.
|
| LongByteProcedure |
A LongByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive byte as the second argument.
|
| LongCharProcedure |
A LongCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive char as the second argument.
|
| LongDoubleProcedure |
A LongDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive double as the second argument.
|
| LongFloatProcedure |
A LongFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive float as the second argument.
|
| LongIntProcedure |
A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive int as the second argument.
|
| LongLongProcedure |
A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive long as the second argument.
|
| LongObjectProcedure |
A two argument procedure that takes a primitive long and type T as the arguments.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| LongShortProcedure |
A LongShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive short as the second argument.
|
| ObjectBooleanProcedure |
A two argument procedure that takes a type T and primitive boolean as the arguments.
|
| ObjectByteProcedure |
A two argument procedure that takes a type T and primitive byte as the arguments.
|
| ObjectCharProcedure |
A two argument procedure that takes a type T and primitive char as the arguments.
|
| ObjectDoubleProcedure |
A two argument procedure that takes a type T and primitive double as the arguments.
|
| ObjectFloatProcedure |
A two argument procedure that takes a type T and primitive float as the arguments.
|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| ObjectLongProcedure |
A two argument procedure that takes a type T and primitive long as the arguments.
|
| ObjectShortProcedure |
A two argument procedure that takes a type T and primitive short as the arguments.
|
| ShortBooleanProcedure |
A ShortBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive boolean as the second argument.
|
| ShortByteProcedure |
A ShortByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive byte as the second argument.
|
| ShortCharProcedure |
A ShortCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive char as the second argument.
|
| ShortDoubleProcedure |
A ShortDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive double as the second argument.
|
| ShortFloatProcedure |
A ShortFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive float as the second argument.
|
| ShortIntProcedure |
A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive int as the second argument.
|
| ShortLongProcedure |
A ShortLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive long as the second argument.
|
| ShortObjectProcedure |
A two argument procedure that takes a primitive short and type T as the arguments.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| ShortShortProcedure |
A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive short as the second argument.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| IntIntProcedure |
A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.
|
| IntObjectProcedure |
A two argument procedure that takes a primitive int and type T as the arguments.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanIntProcedure |
A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive int as the second argument.
|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteIntProcedure |
A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive int as the second argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharIntProcedure |
A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive int as the second argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleIntProcedure |
A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive int as the second argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatIntProcedure |
A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive int as the second argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntIntProcedure |
A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongIntProcedure |
A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive int as the second argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortIntProcedure |
A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive int as the second argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| IntIntProcedure |
A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteBooleanProcedure |
A ByteBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive boolean as the second argument.
|
| ByteByteProcedure |
A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive byte as the second argument.
|
| ByteCharProcedure |
A ByteCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive char as the second argument.
|
| ByteDoubleProcedure |
A ByteDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive double as the second argument.
|
| ByteFloatProcedure |
A ByteFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive float as the second argument.
|
| ByteIntProcedure |
A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive int as the second argument.
|
| ByteLongProcedure |
A ByteLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive long as the second argument.
|
| ByteObjectProcedure |
A two argument procedure that takes a primitive byte and type T as the arguments.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| ByteShortProcedure |
A ByteShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive short as the second argument.
|
| CharBooleanProcedure |
A CharBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive boolean as the second argument.
|
| CharByteProcedure |
A CharByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive byte as the second argument.
|
| CharCharProcedure |
A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive char as the second argument.
|
| CharDoubleProcedure |
A CharDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive double as the second argument.
|
| CharFloatProcedure |
A CharFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive float as the second argument.
|
| CharIntProcedure |
A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive int as the second argument.
|
| CharLongProcedure |
A CharLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive long as the second argument.
|
| CharObjectProcedure |
A two argument procedure that takes a primitive char and type T as the arguments.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| CharShortProcedure |
A CharShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive short as the second argument.
|
| DoubleBooleanProcedure |
A DoubleBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive boolean as the second argument.
|
| DoubleByteProcedure |
A DoubleByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive byte as the second argument.
|
| DoubleCharProcedure |
A DoubleCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive char as the second argument.
|
| DoubleDoubleProcedure |
A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive double as the second argument.
|
| DoubleFloatProcedure |
A DoubleFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive float as the second argument.
|
| DoubleIntProcedure |
A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive int as the second argument.
|
| DoubleLongProcedure |
A DoubleLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive long as the second argument.
|
| DoubleObjectProcedure |
A two argument procedure that takes a primitive double and type T as the arguments.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| DoubleShortProcedure |
A DoubleShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive short as the second argument.
|
| FloatBooleanProcedure |
A FloatBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive boolean as the second argument.
|
| FloatByteProcedure |
A FloatByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive byte as the second argument.
|
| FloatCharProcedure |
A FloatCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive char as the second argument.
|
| FloatDoubleProcedure |
A FloatDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive double as the second argument.
|
| FloatFloatProcedure |
A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive float as the second argument.
|
| FloatIntProcedure |
A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive int as the second argument.
|
| FloatLongProcedure |
A FloatLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive long as the second argument.
|
| FloatObjectProcedure |
A two argument procedure that takes a primitive float and type T as the arguments.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| FloatShortProcedure |
A FloatShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive short as the second argument.
|
| IntBooleanProcedure |
A IntBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive boolean as the second argument.
|
| IntByteProcedure |
A IntByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive byte as the second argument.
|
| IntCharProcedure |
A IntCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive char as the second argument.
|
| IntDoubleProcedure |
A IntDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive double as the second argument.
|
| IntFloatProcedure |
A IntFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive float as the second argument.
|
| IntIntProcedure |
A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.
|
| IntLongProcedure |
A IntLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive long as the second argument.
|
| IntObjectProcedure |
A two argument procedure that takes a primitive int and type T as the arguments.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| IntShortProcedure |
A IntShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive short as the second argument.
|
| LongBooleanProcedure |
A LongBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive boolean as the second argument.
|
| LongByteProcedure |
A LongByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive byte as the second argument.
|
| LongCharProcedure |
A LongCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive char as the second argument.
|
| LongDoubleProcedure |
A LongDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive double as the second argument.
|
| LongFloatProcedure |
A LongFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive float as the second argument.
|
| LongIntProcedure |
A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive int as the second argument.
|
| LongLongProcedure |
A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive long as the second argument.
|
| LongObjectProcedure |
A two argument procedure that takes a primitive long and type T as the arguments.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| LongShortProcedure |
A LongShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive short as the second argument.
|
| ObjectBooleanProcedure |
A two argument procedure that takes a type T and primitive boolean as the arguments.
|
| ObjectByteProcedure |
A two argument procedure that takes a type T and primitive byte as the arguments.
|
| ObjectCharProcedure |
A two argument procedure that takes a type T and primitive char as the arguments.
|
| ObjectDoubleProcedure |
A two argument procedure that takes a type T and primitive double as the arguments.
|
| ObjectFloatProcedure |
A two argument procedure that takes a type T and primitive float as the arguments.
|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| ObjectLongProcedure |
A two argument procedure that takes a type T and primitive long as the arguments.
|
| ObjectShortProcedure |
A two argument procedure that takes a type T and primitive short as the arguments.
|
| ShortBooleanProcedure |
A ShortBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive boolean as the second argument.
|
| ShortByteProcedure |
A ShortByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive byte as the second argument.
|
| ShortCharProcedure |
A ShortCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive char as the second argument.
|
| ShortDoubleProcedure |
A ShortDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive double as the second argument.
|
| ShortFloatProcedure |
A ShortFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive float as the second argument.
|
| ShortIntProcedure |
A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive int as the second argument.
|
| ShortLongProcedure |
A ShortLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive long as the second argument.
|
| ShortObjectProcedure |
A two argument procedure that takes a primitive short and type T as the arguments.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| ShortShortProcedure |
A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive short as the second argument.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanIntProcedure |
A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive int as the second argument.
|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteIntProcedure |
A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive int as the second argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharIntProcedure |
A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive int as the second argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleIntProcedure |
A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive int as the second argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatIntProcedure |
A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive int as the second argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntIntProcedure |
A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongIntProcedure |
A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive int as the second argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortIntProcedure |
A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive int as the second argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| BooleanIntProcedure |
A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and
a primitive int as the second argument.
|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteIntProcedure |
A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and
a primitive int as the second argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharIntProcedure |
A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive int as the second argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleIntProcedure |
A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and
a primitive int as the second argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatIntProcedure |
A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and
a primitive int as the second argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntIntProcedure |
A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongIntProcedure |
A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and
a primitive int as the second argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortIntProcedure |
A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and
a primitive int as the second argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| CharIntProcedure |
A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and
a primitive int as the second argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| IntIntProcedure |
A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and
a primitive int as the second argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| Class | Description |
|---|---|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| ObjectIntProcedure |
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
| Class | Description |
|---|---|
| BooleanProcedure |
A one argument procedure that takes a primitive boolean as the argument.
|
| ByteProcedure |
A one argument procedure that takes a primitive byte as the argument.
|
| CharProcedure |
A one argument procedure that takes a primitive char as the argument.
|
| DoubleProcedure |
A one argument procedure that takes a primitive double as the argument.
|
| FloatProcedure |
A one argument procedure that takes a primitive float as the argument.
|
| IntProcedure |
A one argument procedure that takes a primitive int as the argument.
|
| LongProcedure |
A one argument procedure that takes a primitive long as the argument.
|
| ShortProcedure |
A one argument procedure that takes a primitive short as the argument.
|
Copyright © 2004–2019. All rights reserved.