Uses of Package
org.eclipse.collections.api.block.procedure.primitive
Packages that use org.eclipse.collections.api.block.procedure.primitive
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for Procedure API.
This package contains mutable and immutable primitive collection API.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the
ImmutableBag
interface.This package contains implementations of the
MutableBag
interface.This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of
MutableSortedBag
.This package contains implementations of the
MutableBiMap
interface.This package contains factory implementations for
Function
, Predicate
, SerializableComparator
and Procedure
.This package contains implementations of
Procedure
and Procedure2
.This package contains abstract implementations of
Procedure
and Procedure2
.This package contains abstract implementations of primitive procedures.
This package contains implementations of primitive procedures.
This package contains implementations of the
MutableCollection
interface.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations which has several parallel algorithms that work with Collections and make use of Java's fork-join
framework.
This package contains implementations of the
LazyIterable
interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the
ListIterable
interface.This package contains implementations of the
FixedSizeList
interface.This package contains implementations of the
MutableList
interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the
MapIterable
interface.This package contains implementations of the
ImmutableMap
interface.This package contains implementations of the
MutableMap
interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of the
MutableSortedMap
interface.This package contains immutable map implementations backed by hashtables that rely on
HashingStrategy
s provided by
the developer to compute the hashCode and equals for the objects stored in the map.This package contains mutable map implementations backed by hashtables that rely on
HashingStrategy
s provided by
the developer to compute the hashCode and equals for the objects stored in the map.This package contains classes which is used for parallel iteration through the containers.
This package contains implementations of
MutableSet
.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of
MutableSortedSet
.This package contains implementations of sets with user defined
HashingStrategy
s.This package contains implementations of the
MutableStack
interface.This package contains implementations of the mutable primitive stack interfaces.
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.apiClassDescriptionA one argument procedure that takes a primitive boolean as the argument.A one argument procedure that takes a primitive byte as the argument.A one argument procedure that takes a primitive char as the argument.A one argument procedure that takes a primitive double as the argument.A one argument procedure that takes a primitive float as the argument.A one argument procedure that takes a primitive int as the argument.A one argument procedure that takes a primitive long as the argument.A two argument procedure that takes a type T and primitive int as the arguments.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.bagClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.bag.primitiveClassDescriptionA 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.A one argument procedure that takes a primitive boolean as the argument.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.A one argument procedure that takes a primitive byte as the argument.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.A one argument procedure that takes a primitive char as the argument.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.A one argument procedure that takes a primitive double as the argument.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.A one argument procedure that takes a primitive float as the argument.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.A one argument procedure that takes a primitive int as the argument.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.A one argument procedure that takes a primitive long as the argument.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.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.block.procedureClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.collection.primitiveClassDescriptionA one argument procedure that takes a primitive boolean as the argument.A one argument procedure that takes a primitive byte as the argument.A one argument procedure that takes a primitive char as the argument.A one argument procedure that takes a primitive double as the argument.A one argument procedure that takes a primitive float as the argument.A one argument procedure that takes a primitive int as the argument.A one argument procedure that takes a primitive long as the argument.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.list.primitiveClassDescriptionA BooleanBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive boolean as the second argument.A one argument procedure that takes a primitive boolean as the argument.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.A one argument procedure that takes a primitive byte as the argument.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.A one argument procedure that takes a primitive char as the argument.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.A one argument procedure that takes a primitive double as the argument.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.A one argument procedure that takes a primitive float as the argument.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.A one argument procedure that takes a primitive int as the argument.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.A one argument procedure that takes a primitive long as the argument.A one argument procedure that takes a primitive short as the argument.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.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.map.primitiveClassDescriptionA one argument procedure that takes a primitive boolean as the argument.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.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.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.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.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.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.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.A two argument procedure that takes a primitive byte and type T as the arguments.A one argument procedure that takes a primitive byte as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive char and type T as the arguments.A one argument procedure that takes a primitive char as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive double and type T as the arguments.A one argument procedure that takes a primitive double as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive float and type T as the arguments.A one argument procedure that takes a primitive float as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive int and type T as the arguments.A one argument procedure that takes a primitive int as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive long and type T as the arguments.A one argument procedure that takes a primitive long as the argument.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.A two argument procedure that takes a type T and primitive boolean as the arguments.A two argument procedure that takes a type T and primitive byte as the arguments.A two argument procedure that takes a type T and primitive char as the arguments.A two argument procedure that takes a type T and primitive double as the arguments.A two argument procedure that takes a type T and primitive float as the arguments.A two argument procedure that takes a type T and primitive int as the arguments.A two argument procedure that takes a type T and primitive long as the arguments.A two argument procedure that takes a type T and primitive short as the arguments.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.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.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.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.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.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.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.A two argument procedure that takes a primitive short and type T as the arguments.A one argument procedure that takes a primitive short as the argument.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.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.orderedClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.ordered.primitiveClassDescriptionA 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.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.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.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.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.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.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.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.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.set.primitiveClassDescriptionA one argument procedure that takes a primitive boolean as the argument.A one argument procedure that takes a primitive byte as the argument.A one argument procedure that takes a primitive char as the argument.A one argument procedure that takes a primitive double as the argument.A one argument procedure that takes a primitive float as the argument.A one argument procedure that takes a primitive int as the argument.A one argument procedure that takes a primitive long as the argument.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.stack.primitiveClassDescriptionA one argument procedure that takes a primitive boolean as the argument.A one argument procedure that takes a primitive byte as the argument.A one argument procedure that takes a primitive char as the argument.A one argument procedure that takes a primitive double as the argument.A one argument procedure that takes a primitive float as the argument.A one argument procedure that takes a primitive int as the argument.A one argument procedure that takes a primitive long as the argument.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.implClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.bag.immutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.bag.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.bag.mutable.primitiveClassDescriptionA 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.A one argument procedure that takes a primitive boolean as the argument.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.A one argument procedure that takes a primitive byte as the argument.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.A one argument procedure that takes a primitive char as the argument.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.A one argument procedure that takes a primitive double as the argument.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.A one argument procedure that takes a primitive float as the argument.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.A one argument procedure that takes a primitive int as the argument.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.A one argument procedure that takes a primitive long as the argument.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.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.bag.sorted.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.bimapClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.bimap.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.block.factoryClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.block.procedureClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.block.procedure.checkedClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.block.procedure.checked.primitiveClassDescriptionA 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.A two argument procedure that takes a primitive boolean and type T as the arguments.A one argument procedure that takes a primitive boolean as the argument.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.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.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.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.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.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.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.A two argument procedure that takes a primitive byte and type T as the arguments.A one argument procedure that takes a primitive byte as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive char and type T as the arguments.A one argument procedure that takes a primitive char as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive double and type T as the arguments.A one argument procedure that takes a primitive double as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive float and type T as the arguments.A one argument procedure that takes a primitive float as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive int and type T as the arguments.A one argument procedure that takes a primitive int as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive long and type T as the arguments.A one argument procedure that takes a primitive long as the argument.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.A two argument procedure that takes a type T and primitive boolean as the arguments.A two argument procedure that takes a type T and primitive byte as the arguments.A two argument procedure that takes a type T and primitive char as the arguments.A two argument procedure that takes a type T and primitive double as the arguments.A two argument procedure that takes a type T and primitive float as the arguments.A two argument procedure that takes a type T and primitive int as the arguments.A two argument procedure that takes a type T and primitive long as the arguments.A two argument procedure that takes a type T and primitive short as the arguments.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.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.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.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.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.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.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.A two argument procedure that takes a primitive short and type T as the arguments.A one argument procedure that takes a primitive short as the argument.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.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.block.procedure.primitiveClassDescriptionA one argument procedure that takes a primitive boolean as the argument.A one argument procedure that takes a primitive byte as the argument.A one argument procedure that takes a primitive char as the argument.A one argument procedure that takes a primitive double as the argument.A one argument procedure that takes a primitive float as the argument.A one argument procedure that takes a primitive int as the argument.A one argument procedure that takes a primitive long as the argument.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.collectionClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.collection.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.collection.mutable.primitiveClassDescriptionA one argument procedure that takes a primitive boolean as the argument.A one argument procedure that takes a primitive byte as the argument.A one argument procedure that takes a primitive char as the argument.A one argument procedure that takes a primitive double as the argument.A one argument procedure that takes a primitive float as the argument.A one argument procedure that takes a primitive int as the argument.A one argument procedure that takes a primitive long as the argument.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.forkjoinClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.lazyClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.lazy.parallel.bagClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.lazy.primitiveClassDescriptionA one argument procedure that takes a primitive boolean as the argument.A one argument procedure that takes a primitive byte as the argument.A one argument procedure that takes a primitive char as the argument.A one argument procedure that takes a primitive double as the argument.A one argument procedure that takes a primitive float as the argument.A one argument procedure that takes a primitive int as the argument.A one argument procedure that takes a primitive long as the argument.A two argument procedure that takes a type T and primitive int as the arguments.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.listClassDescriptionA 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.A two argument procedure that takes a primitive int and type T as the arguments.A one argument procedure that takes a primitive int as the argument.A two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.list.fixedClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.list.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.list.mutable.primitiveClassDescriptionA BooleanBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive boolean as the second argument.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.A one argument procedure that takes a primitive boolean as the argument.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.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.A one argument procedure that takes a primitive byte as the argument.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.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.A one argument procedure that takes a primitive char as the argument.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.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.A one argument procedure that takes a primitive double as the argument.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.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.A one argument procedure that takes a primitive float as the argument.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.A one argument procedure that takes a primitive int as the argument.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.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.A one argument procedure that takes a primitive long as the argument.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.A one argument procedure that takes a primitive short as the argument.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.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.list.primitiveClassDescriptionA 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.A one argument procedure that takes a primitive int as the argument.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.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.A one argument procedure that takes a primitive long as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.mapClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.map.immutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.map.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.map.mutable.primitiveClassDescriptionA one argument procedure that takes a primitive boolean as the argument.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.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.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.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.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.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.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.A two argument procedure that takes a primitive byte and type T as the arguments.A one argument procedure that takes a primitive byte as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive char and type T as the arguments.A one argument procedure that takes a primitive char as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive double and type T as the arguments.A one argument procedure that takes a primitive double as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive float and type T as the arguments.A one argument procedure that takes a primitive float as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive int and type T as the arguments.A one argument procedure that takes a primitive int as the argument.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.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.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.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.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.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.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.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.A two argument procedure that takes a primitive long and type T as the arguments.A one argument procedure that takes a primitive long as the argument.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.A two argument procedure that takes a type T and primitive boolean as the arguments.A two argument procedure that takes a type T and primitive byte as the arguments.A two argument procedure that takes a type T and primitive char as the arguments.A two argument procedure that takes a type T and primitive double as the arguments.A two argument procedure that takes a type T and primitive float as the arguments.A two argument procedure that takes a type T and primitive int as the arguments.A two argument procedure that takes a type T and primitive long as the arguments.A two argument procedure that takes a type T and primitive short as the arguments.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.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.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.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.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.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.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.A two argument procedure that takes a primitive short and type T as the arguments.A one argument procedure that takes a primitive short as the argument.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.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.map.ordered.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.map.primitiveClassDescriptionA one argument procedure that takes a primitive byte as the argument.A one argument procedure that takes a primitive char as the argument.A one argument procedure that takes a primitive double as the argument.A one argument procedure that takes a primitive float as the argument.A one argument procedure that takes a primitive int as the argument.A one argument procedure that takes a primitive long as the argument.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.map.sorted.immutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.map.sorted.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.map.strategy.immutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.map.strategy.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.parallelClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.primitiveClassDescriptionA one argument procedure that takes a primitive boolean as the argument.A one argument procedure that takes a primitive byte as the argument.A one argument procedure that takes a primitive char as the argument.A one argument procedure that takes a primitive double as the argument.A one argument procedure that takes a primitive float as the argument.A one argument procedure that takes a primitive int as the argument.A one argument procedure that takes a primitive long as the argument.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.set.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.set.mutable.primitiveClassDescriptionA one argument procedure that takes a primitive boolean as the argument.A one argument procedure that takes a primitive byte as the argument.A one argument procedure that takes a primitive char as the argument.A one argument procedure that takes a primitive double as the argument.A one argument procedure that takes a primitive float as the argument.A one argument procedure that takes a primitive int as the argument.A one argument procedure that takes a primitive long as the argument.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.set.sorted.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.set.strategy.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.stack.mutableClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.stack.mutable.primitiveClassDescriptionA 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.A one argument procedure that takes a primitive boolean as the argument.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.A one argument procedure that takes a primitive byte as the argument.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.A one argument procedure that takes a primitive char as the argument.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.A one argument procedure that takes a primitive double as the argument.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.A one argument procedure that takes a primitive float as the argument.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.A one argument procedure that takes a primitive int as the argument.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.A one argument procedure that takes a primitive long as the argument.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.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.stack.primitiveClassDescriptionA 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.A one argument procedure that takes a primitive boolean as the argument.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.A one argument procedure that takes a primitive byte as the argument.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.A one argument procedure that takes a primitive char as the argument.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.A one argument procedure that takes a primitive double as the argument.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.A one argument procedure that takes a primitive float as the argument.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.A one argument procedure that takes a primitive int as the argument.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.A one argument procedure that takes a primitive long as the argument.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.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.string.immutableClassDescriptionA 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.A one argument procedure that takes a primitive char as the argument.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.A one argument procedure that takes a primitive int as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.utilityClassDescriptionA one argument procedure that takes a primitive char as the argument.A two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.utility.internalClassDescriptionA two argument procedure that takes a type T and primitive int as the arguments.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.utility.internal.primitiveClassDescriptionA one argument procedure that takes a primitive boolean as the argument.A one argument procedure that takes a primitive byte as the argument.A one argument procedure that takes a primitive char as the argument.A one argument procedure that takes a primitive double as the argument.A one argument procedure that takes a primitive float as the argument.A one argument procedure that takes a primitive int as the argument.A one argument procedure that takes a primitive long as the argument.A one argument procedure that takes a primitive short as the argument.
-
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.utility.primitiveClassDescriptionA one argument procedure that takes a primitive boolean as the argument.A one argument procedure that takes a primitive byte as the argument.A one argument procedure that takes a primitive char as the argument.A one argument procedure that takes a primitive double as the argument.A one argument procedure that takes a primitive float as the argument.A one argument procedure that takes a primitive int as the argument.A one argument procedure that takes a primitive long as the argument.A one argument procedure that takes a primitive short as the argument.