| Package | Description |
|---|---|
| com.gs.collections.api |
This package contains interfaces for GS Collections API.
|
| com.gs.collections.api.bag |
This package contains interfaces for Bag API.
|
| com.gs.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| com.gs.collections.api.block.procedure |
This package contains interfaces for Procedure API.
|
| com.gs.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| com.gs.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.
|
| com.gs.collections.api.ordered.primitive | |
| com.gs.collections.impl |
This package contains implementations for GS Collections API.
|
| com.gs.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
| com.gs.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| com.gs.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| com.gs.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag. |
| com.gs.collections.impl.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| com.gs.collections.impl.block.procedure |
This package contains implementations of
Procedure and Procedure2. |
| com.gs.collections.impl.block.procedure.checked |
This package contains abstract implementations of
Procedure and Procedure2. |
| com.gs.collections.impl.block.procedure.checked.primitive |
This package contains abstract implementations of primitive procedures.
|
| com.gs.collections.impl.collection | |
| com.gs.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
| com.gs.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
| com.gs.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.
|
| com.gs.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
| com.gs.collections.impl.lazy.parallel.bag | |
| com.gs.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
| com.gs.collections.impl.list |
This package contains implementations of the
ListIterable interface. |
| com.gs.collections.impl.list.fixed |
This package contains implementations of the
FixedSizeList interface. |
| com.gs.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| com.gs.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| com.gs.collections.impl.list.primitive |
This package contains implementations of the primitive list interfaces.
|
| com.gs.collections.impl.map |
This package contains implementations of the
MapIterable interface. |
| com.gs.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
| com.gs.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
| com.gs.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
| com.gs.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
| com.gs.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. |
| com.gs.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. |
| com.gs.collections.impl.parallel |
This package contains classes which is used for parallel iteration through the containers.
|
| com.gs.collections.impl.primitive | |
| com.gs.collections.impl.set.mutable |
This package package contains implementations of
MutableSet. |
| com.gs.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| com.gs.collections.impl.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategys. |
| com.gs.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
| com.gs.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| com.gs.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
| com.gs.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
| com.gs.collections.impl.utility.internal.primitive |
| Class and 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 and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and 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 and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and 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 and 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 and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and 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 and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and 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.
|
| 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 and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and 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 and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and 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 and 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 and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and 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 and 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 and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and 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 and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and 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 and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and 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 and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and 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 and 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 and Description |
|---|
| ObjectIntProcedure
A two argument procedure that takes a type T and primitive int as the arguments.
|
| Class and 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–2017. All rights reserved.