Uses of Package
org.eclipse.collections.api.block.procedure.primitive
-
Packages that use org.eclipse.collections.api.block.procedure.primitive Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.block.procedure This package contains interfaces for Procedure API.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.ordered org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBag
interface.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBag
interface.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag
.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMap
interface.org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction
,Predicate
,SerializableComparator
andProcedure
.org.eclipse.collections.impl.block.procedure This package contains implementations ofProcedure
andProcedure2
.org.eclipse.collections.impl.block.procedure.checked This package contains abstract implementations ofProcedure
andProcedure2
.org.eclipse.collections.impl.block.procedure.checked.primitive This package contains abstract implementations of primitive procedures.org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollection
interface.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.forkjoin This package contains implementations which has several parallel algorithms that work with Collections and make use of Java's fork-join framework.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.org.eclipse.collections.impl.lazy.parallel.bag org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list This package contains implementations of theListIterable
interface.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeList
interface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableList
interface.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.list.primitive This package contains implementations of the primitive list interfaces.org.eclipse.collections.impl.map This package contains implementations of theMapIterable
interface.org.eclipse.collections.impl.map.fixed This package contains implementations of theFixedSizeMap
interface.org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMap
interface.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.primitive org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.map.strategy.immutable This package contains immutable map implementations backed by hashtables that rely onHashingStrategy
s provided by the developer to compute the hashCode and equals for the objects stored in the map.org.eclipse.collections.impl.map.strategy.mutable This package contains mutable map implementations backed by hashtables that rely onHashingStrategy
s provided by the developer to compute the hashCode and equals for the objects stored in the map.org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.fixed This package contains implementations ofFixedSizeSet
.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet
.org.eclipse.collections.impl.set.strategy.immutable This package contains implementations of immutable sets with user definedHashingStrategy
s.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
s.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStack
interface.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
interface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.string.immutable org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ObjectIntProcedure A two argument procedure that takes a type T and primitive int as the arguments.ShortProcedure A one argument procedure that takes a primitive short as the argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.bag Class Description ObjectIntProcedure 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.api.bag.primitive Class Description BooleanIntProcedure A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteIntProcedure A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleIntProcedure A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatIntProcedure A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongIntProcedure A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortIntProcedure A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.ShortProcedure A one argument procedure that takes a primitive short as the argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.block.procedure Class Description ObjectIntProcedure 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.api.collection.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortProcedure 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.primitive Class Description BooleanBooleanProcedure A 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.BooleanProcedure A one argument procedure that takes a primitive boolean as the 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.ByteProcedure A one argument procedure that takes a primitive byte as the 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.CharProcedure A one argument procedure that takes a primitive char as the 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.DoubleProcedure A one argument procedure that takes a primitive double as the 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.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.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.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.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. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.map.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteBooleanProcedure A ByteBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive boolean as the second argument.ByteByteProcedure A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive byte as the second argument.ByteCharProcedure A ByteCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive char as the second argument.ByteDoubleProcedure A ByteDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive double as the second argument.ByteFloatProcedure A ByteFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive float as the second argument.ByteIntProcedure A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.ByteLongProcedure A ByteLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive long as the second argument.ByteObjectProcedure A two argument procedure that takes a primitive byte and type T as the arguments.ByteProcedure A one argument procedure that takes a primitive byte as the argument.ByteShortProcedure A ByteShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive short as the second argument.CharBooleanProcedure A CharBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive boolean as the second argument.CharByteProcedure A CharByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive byte as the second argument.CharCharProcedure A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive char as the second argument.CharDoubleProcedure A CharDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive double as the second argument.CharFloatProcedure A CharFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive float as the second argument.CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.CharLongProcedure A CharLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive long as the second argument.CharObjectProcedure A two argument procedure that takes a primitive char and type T as the arguments.CharProcedure A one argument procedure that takes a primitive char as the argument.CharShortProcedure A CharShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive short as the second argument.DoubleBooleanProcedure A DoubleBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive boolean as the second argument.DoubleByteProcedure A DoubleByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive byte as the second argument.DoubleCharProcedure A DoubleCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive char as the second argument.DoubleDoubleProcedure A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive double as the second argument.DoubleFloatProcedure A DoubleFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive float as the second argument.DoubleIntProcedure A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.DoubleLongProcedure A DoubleLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive long as the second argument.DoubleObjectProcedure A two argument procedure that takes a primitive double and type T as the arguments.DoubleProcedure A one argument procedure that takes a primitive double as the argument.DoubleShortProcedure A DoubleShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive short as the second argument.FloatBooleanProcedure A FloatBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive boolean as the second argument.FloatByteProcedure A FloatByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive byte as the second argument.FloatCharProcedure A FloatCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive char as the second argument.FloatDoubleProcedure A FloatDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive double as the second argument.FloatFloatProcedure A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive float as the second argument.FloatIntProcedure A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.FloatLongProcedure A FloatLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive long as the second argument.FloatObjectProcedure A two argument procedure that takes a primitive float and type T as the arguments.FloatProcedure A one argument procedure that takes a primitive float as the argument.FloatShortProcedure A FloatShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive short as the second argument.IntBooleanProcedure A IntBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive boolean as the second argument.IntByteProcedure A IntByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive byte as the second argument.IntCharProcedure A IntCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive char as the second argument.IntDoubleProcedure A IntDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive double as the second argument.IntFloatProcedure A IntFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive float as the second argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntLongProcedure A IntLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive long as the second argument.IntObjectProcedure A two argument procedure that takes a primitive int and type T as the arguments.IntProcedure A one argument procedure that takes a primitive int as the argument.IntShortProcedure A IntShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive short as the second argument.LongBooleanProcedure A LongBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive boolean as the second argument.LongByteProcedure A LongByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive byte as the second argument.LongCharProcedure A LongCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive char as the second argument.LongDoubleProcedure A LongDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive double as the second argument.LongFloatProcedure A LongFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive float as the second argument.LongIntProcedure A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.LongLongProcedure A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive long as the second argument.LongObjectProcedure A two argument procedure that takes a primitive long and type T as the arguments.LongProcedure A one argument procedure that takes a primitive long as the argument.LongShortProcedure A LongShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive short as the second argument.ObjectBooleanProcedure A two argument procedure that takes a type T and primitive boolean as the arguments.ObjectByteProcedure A two argument procedure that takes a type T and primitive byte as the arguments.ObjectCharProcedure A two argument procedure that takes a type T and primitive char as the arguments.ObjectDoubleProcedure A two argument procedure that takes a type T and primitive double as the arguments.ObjectFloatProcedure A two argument procedure that takes a type T and primitive float as the arguments.ObjectIntProcedure A two argument procedure that takes a type T and primitive int as the arguments.ObjectLongProcedure A two argument procedure that takes a type T and primitive long as the arguments.ObjectShortProcedure A two argument procedure that takes a type T and primitive short as the arguments.ShortBooleanProcedure A ShortBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive boolean as the second argument.ShortByteProcedure A ShortByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive byte as the second argument.ShortCharProcedure A ShortCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive char as the second argument.ShortDoubleProcedure A ShortDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive double as the second argument.ShortFloatProcedure A ShortFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive float as the second argument.ShortIntProcedure A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.ShortLongProcedure A ShortLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive long as the second argument.ShortObjectProcedure A two argument procedure that takes a primitive short and type T as the arguments.ShortProcedure A one argument procedure that takes a primitive short as the argument.ShortShortProcedure A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive short as the second argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.ordered Class Description ObjectIntProcedure 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.api.ordered.primitive Class Description BooleanIntProcedure A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.ByteIntProcedure A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.DoubleIntProcedure A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.FloatIntProcedure A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.LongIntProcedure A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.ShortIntProcedure A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.api.set.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortProcedure 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.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortProcedure 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 Class Description ObjectIntProcedure 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.bag.immutable Class Description ObjectIntProcedure 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.bag.immutable.primitive Class Description BooleanIntProcedure A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteIntProcedure A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleIntProcedure A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatIntProcedure A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongIntProcedure A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortIntProcedure A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.ShortProcedure A one argument procedure that takes a primitive short as the argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.bag.mutable Class Description ObjectIntProcedure 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.bag.mutable.primitive Class Description BooleanIntProcedure A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteIntProcedure A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleIntProcedure A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatIntProcedure A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongIntProcedure A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortIntProcedure A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.ShortProcedure A one argument procedure that takes a primitive short as the argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.bag.sorted.immutable Class Description ObjectIntProcedure 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.bag.sorted.mutable Class Description ObjectIntProcedure 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.bimap Class Description ObjectIntProcedure 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.bimap.mutable Class Description ObjectIntProcedure 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.block.factory Class Description ObjectIntProcedure 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.block.procedure Class Description ObjectIntProcedure 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.block.procedure.checked Class Description ObjectIntProcedure 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.block.procedure.checked.primitive Class Description BooleanIntProcedure A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.BooleanObjectProcedure A two argument procedure that takes a primitive boolean and type T as the arguments.BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteBooleanProcedure A ByteBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive boolean as the second argument.ByteByteProcedure A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive byte as the second argument.ByteCharProcedure A ByteCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive char as the second argument.ByteDoubleProcedure A ByteDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive double as the second argument.ByteFloatProcedure A ByteFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive float as the second argument.ByteIntProcedure A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.ByteLongProcedure A ByteLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive long as the second argument.ByteObjectProcedure A two argument procedure that takes a primitive byte and type T as the arguments.ByteProcedure A one argument procedure that takes a primitive byte as the argument.ByteShortProcedure A ByteShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive short as the second argument.CharBooleanProcedure A CharBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive boolean as the second argument.CharByteProcedure A CharByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive byte as the second argument.CharCharProcedure A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive char as the second argument.CharDoubleProcedure A CharDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive double as the second argument.CharFloatProcedure A CharFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive float as the second argument.CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.CharLongProcedure A CharLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive long as the second argument.CharObjectProcedure A two argument procedure that takes a primitive char and type T as the arguments.CharProcedure A one argument procedure that takes a primitive char as the argument.CharShortProcedure A CharShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive short as the second argument.DoubleBooleanProcedure A DoubleBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive boolean as the second argument.DoubleByteProcedure A DoubleByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive byte as the second argument.DoubleCharProcedure A DoubleCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive char as the second argument.DoubleDoubleProcedure A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive double as the second argument.DoubleFloatProcedure A DoubleFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive float as the second argument.DoubleIntProcedure A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.DoubleLongProcedure A DoubleLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive long as the second argument.DoubleObjectProcedure A two argument procedure that takes a primitive double and type T as the arguments.DoubleProcedure A one argument procedure that takes a primitive double as the argument.DoubleShortProcedure A DoubleShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive short as the second argument.FloatBooleanProcedure A FloatBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive boolean as the second argument.FloatByteProcedure A FloatByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive byte as the second argument.FloatCharProcedure A FloatCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive char as the second argument.FloatDoubleProcedure A FloatDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive double as the second argument.FloatFloatProcedure A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive float as the second argument.FloatIntProcedure A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.FloatLongProcedure A FloatLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive long as the second argument.FloatObjectProcedure A two argument procedure that takes a primitive float and type T as the arguments.FloatProcedure A one argument procedure that takes a primitive float as the argument.FloatShortProcedure A FloatShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive short as the second argument.IntBooleanProcedure A IntBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive boolean as the second argument.IntByteProcedure A IntByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive byte as the second argument.IntCharProcedure A IntCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive char as the second argument.IntDoubleProcedure A IntDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive double as the second argument.IntFloatProcedure A IntFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive float as the second argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntLongProcedure A IntLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive long as the second argument.IntObjectProcedure A two argument procedure that takes a primitive int and type T as the arguments.IntProcedure A one argument procedure that takes a primitive int as the argument.IntShortProcedure A IntShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive short as the second argument.LongBooleanProcedure A LongBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive boolean as the second argument.LongByteProcedure A LongByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive byte as the second argument.LongCharProcedure A LongCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive char as the second argument.LongDoubleProcedure A LongDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive double as the second argument.LongFloatProcedure A LongFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive float as the second argument.LongIntProcedure A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.LongLongProcedure A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive long as the second argument.LongObjectProcedure A two argument procedure that takes a primitive long and type T as the arguments.LongProcedure A one argument procedure that takes a primitive long as the argument.LongShortProcedure A LongShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive short as the second argument.ObjectBooleanProcedure A two argument procedure that takes a type T and primitive boolean as the arguments.ObjectByteProcedure A two argument procedure that takes a type T and primitive byte as the arguments.ObjectCharProcedure A two argument procedure that takes a type T and primitive char as the arguments.ObjectDoubleProcedure A two argument procedure that takes a type T and primitive double as the arguments.ObjectFloatProcedure A two argument procedure that takes a type T and primitive float as the arguments.ObjectIntProcedure A two argument procedure that takes a type T and primitive int as the arguments.ObjectLongProcedure A two argument procedure that takes a type T and primitive long as the arguments.ObjectShortProcedure A two argument procedure that takes a type T and primitive short as the arguments.ShortBooleanProcedure A ShortBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive boolean as the second argument.ShortByteProcedure A ShortByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive byte as the second argument.ShortCharProcedure A ShortCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive char as the second argument.ShortDoubleProcedure A ShortDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive double as the second argument.ShortFloatProcedure A ShortFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive float as the second argument.ShortIntProcedure A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.ShortLongProcedure A ShortLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive long as the second argument.ShortObjectProcedure A two argument procedure that takes a primitive short and type T as the arguments.ShortProcedure A one argument procedure that takes a primitive short as the argument.ShortShortProcedure A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive short as the second argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.block.procedure.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortProcedure 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.collection Class Description ObjectIntProcedure 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.collection.mutable Class Description ObjectIntProcedure 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.collection.mutable.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortProcedure 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.forkjoin Class Description ObjectIntProcedure 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.lazy Class Description ObjectIntProcedure 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.lazy.parallel.bag Class Description ObjectIntProcedure 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.lazy.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ObjectIntProcedure A two argument procedure that takes a type T and primitive int as the arguments.ShortProcedure A one argument procedure that takes a primitive short as the argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.list Class Description IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntObjectProcedure A two argument procedure that takes a primitive int and type T as the arguments.IntProcedure A one argument procedure that takes a primitive int as the argument.ObjectIntProcedure A two argument procedure that takes a type T and primitive int as the arguments. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.list.fixed Class Description ObjectIntProcedure 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.immutable Class Description ObjectIntProcedure 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.immutable.primitive Class Description BooleanIntProcedure A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteIntProcedure A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleIntProcedure A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatIntProcedure A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongIntProcedure A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortIntProcedure A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.ShortProcedure A one argument procedure that takes a primitive short as the argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.list.mutable Class Description ObjectIntProcedure 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.mutable.primitive Class Description BooleanBooleanProcedure A 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.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.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.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.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.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.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.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.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.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.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.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.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. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.list.primitive Class Description IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntProcedure A one argument procedure that takes a primitive int as the argument.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.LongProcedure 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.map Class Description ObjectIntProcedure 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.map.fixed Class Description ObjectIntProcedure 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.map.immutable Class Description ObjectIntProcedure 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.map.immutable.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteBooleanProcedure A ByteBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive boolean as the second argument.ByteByteProcedure A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive byte as the second argument.ByteCharProcedure A ByteCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive char as the second argument.ByteDoubleProcedure A ByteDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive double as the second argument.ByteFloatProcedure A ByteFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive float as the second argument.ByteIntProcedure A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.ByteLongProcedure A ByteLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive long as the second argument.ByteObjectProcedure A two argument procedure that takes a primitive byte and type T as the arguments.ByteProcedure A one argument procedure that takes a primitive byte as the argument.ByteShortProcedure A ByteShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive short as the second argument.CharBooleanProcedure A CharBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive boolean as the second argument.CharByteProcedure A CharByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive byte as the second argument.CharCharProcedure A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive char as the second argument.CharDoubleProcedure A CharDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive double as the second argument.CharFloatProcedure A CharFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive float as the second argument.CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.CharLongProcedure A CharLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive long as the second argument.CharObjectProcedure A two argument procedure that takes a primitive char and type T as the arguments.CharProcedure A one argument procedure that takes a primitive char as the argument.CharShortProcedure A CharShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive short as the second argument.DoubleBooleanProcedure A DoubleBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive boolean as the second argument.DoubleByteProcedure A DoubleByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive byte as the second argument.DoubleCharProcedure A DoubleCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive char as the second argument.DoubleDoubleProcedure A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive double as the second argument.DoubleFloatProcedure A DoubleFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive float as the second argument.DoubleIntProcedure A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.DoubleLongProcedure A DoubleLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive long as the second argument.DoubleObjectProcedure A two argument procedure that takes a primitive double and type T as the arguments.DoubleProcedure A one argument procedure that takes a primitive double as the argument.DoubleShortProcedure A DoubleShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive short as the second argument.FloatBooleanProcedure A FloatBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive boolean as the second argument.FloatByteProcedure A FloatByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive byte as the second argument.FloatCharProcedure A FloatCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive char as the second argument.FloatDoubleProcedure A FloatDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive double as the second argument.FloatFloatProcedure A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive float as the second argument.FloatIntProcedure A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.FloatLongProcedure A FloatLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive long as the second argument.FloatObjectProcedure A two argument procedure that takes a primitive float and type T as the arguments.FloatProcedure A one argument procedure that takes a primitive float as the argument.FloatShortProcedure A FloatShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive short as the second argument.IntBooleanProcedure A IntBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive boolean as the second argument.IntByteProcedure A IntByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive byte as the second argument.IntCharProcedure A IntCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive char as the second argument.IntDoubleProcedure A IntDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive double as the second argument.IntFloatProcedure A IntFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive float as the second argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntLongProcedure A IntLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive long as the second argument.IntObjectProcedure A two argument procedure that takes a primitive int and type T as the arguments.IntProcedure A one argument procedure that takes a primitive int as the argument.IntShortProcedure A IntShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive short as the second argument.LongBooleanProcedure A LongBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive boolean as the second argument.LongByteProcedure A LongByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive byte as the second argument.LongCharProcedure A LongCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive char as the second argument.LongDoubleProcedure A LongDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive double as the second argument.LongFloatProcedure A LongFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive float as the second argument.LongIntProcedure A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.LongLongProcedure A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive long as the second argument.LongObjectProcedure A two argument procedure that takes a primitive long and type T as the arguments.LongProcedure A one argument procedure that takes a primitive long as the argument.LongShortProcedure A LongShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive short as the second argument.ObjectBooleanProcedure A two argument procedure that takes a type T and primitive boolean as the arguments.ObjectByteProcedure A two argument procedure that takes a type T and primitive byte as the arguments.ObjectCharProcedure A two argument procedure that takes a type T and primitive char as the arguments.ObjectDoubleProcedure A two argument procedure that takes a type T and primitive double as the arguments.ObjectFloatProcedure A two argument procedure that takes a type T and primitive float as the arguments.ObjectIntProcedure A two argument procedure that takes a type T and primitive int as the arguments.ObjectLongProcedure A two argument procedure that takes a type T and primitive long as the arguments.ObjectShortProcedure A two argument procedure that takes a type T and primitive short as the arguments.ShortBooleanProcedure A ShortBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive boolean as the second argument.ShortByteProcedure A ShortByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive byte as the second argument.ShortCharProcedure A ShortCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive char as the second argument.ShortDoubleProcedure A ShortDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive double as the second argument.ShortFloatProcedure A ShortFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive float as the second argument.ShortIntProcedure A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.ShortLongProcedure A ShortLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive long as the second argument.ShortObjectProcedure A two argument procedure that takes a primitive short and type T as the arguments.ShortProcedure A one argument procedure that takes a primitive short as the argument.ShortShortProcedure A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive short as the second argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.map.mutable Class Description ObjectIntProcedure 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.map.mutable.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteBooleanProcedure A ByteBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive boolean as the second argument.ByteByteProcedure A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive byte as the second argument.ByteCharProcedure A ByteCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive char as the second argument.ByteDoubleProcedure A ByteDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive double as the second argument.ByteFloatProcedure A ByteFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive float as the second argument.ByteIntProcedure A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.ByteLongProcedure A ByteLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive long as the second argument.ByteObjectProcedure A two argument procedure that takes a primitive byte and type T as the arguments.ByteProcedure A one argument procedure that takes a primitive byte as the argument.ByteShortProcedure A ByteShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive short as the second argument.CharBooleanProcedure A CharBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive boolean as the second argument.CharByteProcedure A CharByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive byte as the second argument.CharCharProcedure A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive char as the second argument.CharDoubleProcedure A CharDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive double as the second argument.CharFloatProcedure A CharFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive float as the second argument.CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.CharLongProcedure A CharLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive long as the second argument.CharObjectProcedure A two argument procedure that takes a primitive char and type T as the arguments.CharProcedure A one argument procedure that takes a primitive char as the argument.CharShortProcedure A CharShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive short as the second argument.DoubleBooleanProcedure A DoubleBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive boolean as the second argument.DoubleByteProcedure A DoubleByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive byte as the second argument.DoubleCharProcedure A DoubleCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive char as the second argument.DoubleDoubleProcedure A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive double as the second argument.DoubleFloatProcedure A DoubleFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive float as the second argument.DoubleIntProcedure A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.DoubleLongProcedure A DoubleLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive long as the second argument.DoubleObjectProcedure A two argument procedure that takes a primitive double and type T as the arguments.DoubleProcedure A one argument procedure that takes a primitive double as the argument.DoubleShortProcedure A DoubleShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive short as the second argument.FloatBooleanProcedure A FloatBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive boolean as the second argument.FloatByteProcedure A FloatByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive byte as the second argument.FloatCharProcedure A FloatCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive char as the second argument.FloatDoubleProcedure A FloatDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive double as the second argument.FloatFloatProcedure A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive float as the second argument.FloatIntProcedure A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.FloatLongProcedure A FloatLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive long as the second argument.FloatObjectProcedure A two argument procedure that takes a primitive float and type T as the arguments.FloatProcedure A one argument procedure that takes a primitive float as the argument.FloatShortProcedure A FloatShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive short as the second argument.IntBooleanProcedure A IntBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive boolean as the second argument.IntByteProcedure A IntByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive byte as the second argument.IntCharProcedure A IntCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive char as the second argument.IntDoubleProcedure A IntDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive double as the second argument.IntFloatProcedure A IntFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive float as the second argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntLongProcedure A IntLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive long as the second argument.IntObjectProcedure A two argument procedure that takes a primitive int and type T as the arguments.IntProcedure A one argument procedure that takes a primitive int as the argument.IntShortProcedure A IntShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive short as the second argument.LongBooleanProcedure A LongBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive boolean as the second argument.LongByteProcedure A LongByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive byte as the second argument.LongCharProcedure A LongCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive char as the second argument.LongDoubleProcedure A LongDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive double as the second argument.LongFloatProcedure A LongFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive float as the second argument.LongIntProcedure A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.LongLongProcedure A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive long as the second argument.LongObjectProcedure A two argument procedure that takes a primitive long and type T as the arguments.LongProcedure A one argument procedure that takes a primitive long as the argument.LongShortProcedure A LongShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive short as the second argument.ObjectBooleanProcedure A two argument procedure that takes a type T and primitive boolean as the arguments.ObjectByteProcedure A two argument procedure that takes a type T and primitive byte as the arguments.ObjectCharProcedure A two argument procedure that takes a type T and primitive char as the arguments.ObjectDoubleProcedure A two argument procedure that takes a type T and primitive double as the arguments.ObjectFloatProcedure A two argument procedure that takes a type T and primitive float as the arguments.ObjectIntProcedure A two argument procedure that takes a type T and primitive int as the arguments.ObjectLongProcedure A two argument procedure that takes a type T and primitive long as the arguments.ObjectShortProcedure A two argument procedure that takes a type T and primitive short as the arguments.ShortBooleanProcedure A ShortBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive boolean as the second argument.ShortByteProcedure A ShortByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive byte as the second argument.ShortCharProcedure A ShortCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive char as the second argument.ShortDoubleProcedure A ShortDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive double as the second argument.ShortFloatProcedure A ShortFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive float as the second argument.ShortIntProcedure A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.ShortLongProcedure A ShortLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive long as the second argument.ShortObjectProcedure A two argument procedure that takes a primitive short and type T as the arguments.ShortProcedure A one argument procedure that takes a primitive short as the argument.ShortShortProcedure A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive short as the second argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.map.ordered.mutable Class Description ObjectIntProcedure 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.map.primitive Class Description ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortProcedure A one argument procedure that takes a primitive short as the argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.map.sorted.immutable Class Description ObjectIntProcedure 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.map.sorted.mutable Class Description ObjectIntProcedure 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.map.strategy.immutable Class Description ObjectIntProcedure 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.map.strategy.mutable Class Description ObjectIntProcedure 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.parallel Class Description ObjectIntProcedure 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.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortProcedure 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.fixed Class Description ObjectIntProcedure 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.set.immutable Class Description ObjectIntProcedure 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.set.immutable.primitive Class Description 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. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.set.mutable Class Description ObjectIntProcedure 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.set.mutable.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortProcedure 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.immutable Class Description ObjectIntProcedure 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.set.sorted.mutable Class Description ObjectIntProcedure 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.set.strategy.immutable Class Description ObjectIntProcedure 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.set.strategy.mutable Class Description ObjectIntProcedure 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.stack.immutable Class Description ObjectIntProcedure 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.stack.immutable.primitive Class Description BooleanIntProcedure A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteIntProcedure A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleIntProcedure A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatIntProcedure A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongIntProcedure A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortIntProcedure A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.ShortProcedure A one argument procedure that takes a primitive short as the argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.stack.mutable Class Description ObjectIntProcedure 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.stack.mutable.primitive Class Description BooleanIntProcedure A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteIntProcedure A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleIntProcedure A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatIntProcedure A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongIntProcedure A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortIntProcedure A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.ShortProcedure A one argument procedure that takes a primitive short as the argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.stack.primitive Class Description BooleanIntProcedure A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteIntProcedure A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleIntProcedure A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatIntProcedure A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongIntProcedure A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortIntProcedure A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.ShortProcedure A one argument procedure that takes a primitive short as the argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.string.immutable Class Description CharIntProcedure A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.CharProcedure A one argument procedure that takes a primitive char as the argument.IntIntProcedure A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.IntProcedure A one argument procedure that takes a primitive int as the argument. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.utility Class Description CharProcedure A one argument procedure that takes a primitive char as the argument.ObjectIntProcedure A two argument procedure that takes a type T and primitive int as the arguments. -
Classes in org.eclipse.collections.api.block.procedure.primitive used by org.eclipse.collections.impl.utility.internal Class Description ObjectIntProcedure 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.internal.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortProcedure 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.primitive Class Description BooleanProcedure A one argument procedure that takes a primitive boolean as the argument.ByteProcedure A one argument procedure that takes a primitive byte as the argument.CharProcedure A one argument procedure that takes a primitive char as the argument.DoubleProcedure A one argument procedure that takes a primitive double as the argument.FloatProcedure A one argument procedure that takes a primitive float as the argument.IntProcedure A one argument procedure that takes a primitive int as the argument.LongProcedure A one argument procedure that takes a primitive long as the argument.ShortProcedure A one argument procedure that takes a primitive short as the argument.