Uses of Package
org.eclipse.collections.api.block.procedure.primitive

Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for Procedure API.
This package contains mutable and immutable primitive collection API.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
 
 
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the ImmutableBag interface.
This package contains implementations of the MutableBag interface.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of MutableSortedBag.
 
This package contains implementations of the MutableBiMap interface.
This package contains factory implementations for Function, Predicate, SerializableComparator and Procedure.
This package contains implementations of Procedure and Procedure2.
This package contains abstract implementations of Procedure and Procedure2.
This package contains abstract implementations of primitive procedures.
This package contains implementations of primitive procedures.
 
This package contains implementations of the MutableCollection interface.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations which has several parallel algorithms that work with Collections and make use of Java's fork-join framework.
This package contains implementations of the LazyIterable interface.
 
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the ListIterable interface.
This package contains implementations of the FixedSizeList interface.
This package contains implementations of the MutableList interface.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the MapIterable interface.
This package contains implementations of the ImmutableMap interface.
This package contains implementations of the MutableMap interface.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
 
 
This package contains implementations of the MutableSortedMap interface.
This package contains implementations of the MutableSortedMap interface.
This package contains immutable map implementations backed by hashtables that rely on HashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.
This package contains mutable map implementations backed by hashtables that rely on HashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.
This package contains classes which is used for parallel iteration through the containers.
 
This package contains implementations of MutableSet.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of MutableSortedSet.
This package contains implementations of sets with user defined HashingStrategys.
This package contains implementations of the MutableStack interface.
This package contains implementations of the mutable primitive stack interfaces.
 
 
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
 
 
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A one argument procedure that takes a primitive byte as the argument.
    A one argument procedure that takes a primitive char as the argument.
    A one argument procedure that takes a primitive double as the argument.
    A one argument procedure that takes a primitive float as the argument.
    A one argument procedure that takes a primitive int as the argument.
    A one argument procedure that takes a primitive long as the argument.
    A two argument procedure that takes a type T and primitive int as the arguments.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive boolean as the argument.
    A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive byte as the argument.
    A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive char as the argument.
    A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive double as the argument.
    A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive float as the argument.
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive int as the argument.
    A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive long as the argument.
    A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A one argument procedure that takes a primitive byte as the argument.
    A one argument procedure that takes a primitive char as the argument.
    A one argument procedure that takes a primitive double as the argument.
    A one argument procedure that takes a primitive float as the argument.
    A one argument procedure that takes a primitive int as the argument.
    A one argument procedure that takes a primitive long as the argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    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.
    A one argument procedure that takes a primitive boolean as the argument.
    A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive byte as the second argument.
    A one argument procedure that takes a primitive byte as the argument.
    A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive char as the second argument.
    A one argument procedure that takes a primitive char as the argument.
    A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive double as the second argument.
    A one argument procedure that takes a primitive double as the argument.
    A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive float as the second argument.
    A one argument procedure that takes a primitive float as the argument.
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive int as the argument.
    A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive long as the second argument.
    A one argument procedure that takes a primitive long as the argument.
    A one argument procedure that takes a primitive short as the argument.
    A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive short as the second argument.
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A ByteBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive boolean as the second argument.
    A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive byte as the second argument.
    A ByteCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive char as the second argument.
    A ByteDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive double as the second argument.
    A ByteFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive float as the second argument.
    A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.
    A ByteLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive byte and type T as the arguments.
    A one argument procedure that takes a primitive byte as the argument.
    A ByteShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive short as the second argument.
    A CharBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive boolean as the second argument.
    A CharByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive byte as the second argument.
    A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive char as the second argument.
    A CharDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive double as the second argument.
    A CharFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive float as the second argument.
    A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.
    A CharLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive char and type T as the arguments.
    A one argument procedure that takes a primitive char as the argument.
    A CharShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive short as the second argument.
    A DoubleBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive boolean as the second argument.
    A DoubleByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive byte as the second argument.
    A DoubleCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive char as the second argument.
    A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive double as the second argument.
    A DoubleFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive float as the second argument.
    A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.
    A DoubleLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive double and type T as the arguments.
    A one argument procedure that takes a primitive double as the argument.
    A DoubleShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive short as the second argument.
    A FloatBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive boolean as the second argument.
    A FloatByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive byte as the second argument.
    A FloatCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive char as the second argument.
    A FloatDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive double as the second argument.
    A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive float as the second argument.
    A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.
    A FloatLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive float and type T as the arguments.
    A one argument procedure that takes a primitive float as the argument.
    A FloatShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive short as the second argument.
    A IntBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive boolean as the second argument.
    A IntByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive byte as the second argument.
    A IntCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive char as the second argument.
    A IntDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive double as the second argument.
    A IntFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive float as the second argument.
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A IntLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive int and type T as the arguments.
    A one argument procedure that takes a primitive int as the argument.
    A IntShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive short as the second argument.
    A LongBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive boolean as the second argument.
    A LongByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive byte as the second argument.
    A LongCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive char as the second argument.
    A LongDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive double as the second argument.
    A LongFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive float as the second argument.
    A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.
    A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive long and type T as the arguments.
    A one argument procedure that takes a primitive long as the argument.
    A LongShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive short as the second argument.
    A two argument procedure that takes a type T and primitive boolean as the arguments.
    A two argument procedure that takes a type T and primitive byte as the arguments.
    A two argument procedure that takes a type T and primitive char as the arguments.
    A two argument procedure that takes a type T and primitive double as the arguments.
    A two argument procedure that takes a type T and primitive float as the arguments.
    A two argument procedure that takes a type T and primitive int as the arguments.
    A two argument procedure that takes a type T and primitive long as the arguments.
    A two argument procedure that takes a type T and primitive short as the arguments.
    A ShortBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive boolean as the second argument.
    A ShortByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive byte as the second argument.
    A ShortCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive char as the second argument.
    A ShortDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive double as the second argument.
    A ShortFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive float as the second argument.
    A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.
    A ShortLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive short and type T as the arguments.
    A one argument procedure that takes a primitive short as the argument.
    A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive short as the second argument.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.
    A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.
    A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.
    A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.
    A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.
    A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A one argument procedure that takes a primitive byte as the argument.
    A one argument procedure that takes a primitive char as the argument.
    A one argument procedure that takes a primitive double as the argument.
    A one argument procedure that takes a primitive float as the argument.
    A one argument procedure that takes a primitive int as the argument.
    A one argument procedure that takes a primitive long as the argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A one argument procedure that takes a primitive byte as the argument.
    A one argument procedure that takes a primitive char as the argument.
    A one argument procedure that takes a primitive double as the argument.
    A one argument procedure that takes a primitive float as the argument.
    A one argument procedure that takes a primitive int as the argument.
    A one argument procedure that takes a primitive long as the argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive boolean as the argument.
    A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive byte as the argument.
    A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive char as the argument.
    A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive double as the argument.
    A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive float as the argument.
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive int as the argument.
    A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive long as the argument.
    A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.
    A two argument procedure that takes a primitive boolean and type T as the arguments.
    A one argument procedure that takes a primitive boolean as the argument.
    A ByteBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive boolean as the second argument.
    A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive byte as the second argument.
    A ByteCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive char as the second argument.
    A ByteDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive double as the second argument.
    A ByteFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive float as the second argument.
    A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.
    A ByteLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive byte and type T as the arguments.
    A one argument procedure that takes a primitive byte as the argument.
    A ByteShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive short as the second argument.
    A CharBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive boolean as the second argument.
    A CharByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive byte as the second argument.
    A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive char as the second argument.
    A CharDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive double as the second argument.
    A CharFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive float as the second argument.
    A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.
    A CharLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive char and type T as the arguments.
    A one argument procedure that takes a primitive char as the argument.
    A CharShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive short as the second argument.
    A DoubleBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive boolean as the second argument.
    A DoubleByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive byte as the second argument.
    A DoubleCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive char as the second argument.
    A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive double as the second argument.
    A DoubleFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive float as the second argument.
    A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.
    A DoubleLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive double and type T as the arguments.
    A one argument procedure that takes a primitive double as the argument.
    A DoubleShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive short as the second argument.
    A FloatBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive boolean as the second argument.
    A FloatByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive byte as the second argument.
    A FloatCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive char as the second argument.
    A FloatDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive double as the second argument.
    A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive float as the second argument.
    A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.
    A FloatLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive float and type T as the arguments.
    A one argument procedure that takes a primitive float as the argument.
    A FloatShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive short as the second argument.
    A IntBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive boolean as the second argument.
    A IntByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive byte as the second argument.
    A IntCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive char as the second argument.
    A IntDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive double as the second argument.
    A IntFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive float as the second argument.
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A IntLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive int and type T as the arguments.
    A one argument procedure that takes a primitive int as the argument.
    A IntShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive short as the second argument.
    A LongBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive boolean as the second argument.
    A LongByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive byte as the second argument.
    A LongCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive char as the second argument.
    A LongDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive double as the second argument.
    A LongFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive float as the second argument.
    A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.
    A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive long and type T as the arguments.
    A one argument procedure that takes a primitive long as the argument.
    A LongShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive short as the second argument.
    A two argument procedure that takes a type T and primitive boolean as the arguments.
    A two argument procedure that takes a type T and primitive byte as the arguments.
    A two argument procedure that takes a type T and primitive char as the arguments.
    A two argument procedure that takes a type T and primitive double as the arguments.
    A two argument procedure that takes a type T and primitive float as the arguments.
    A two argument procedure that takes a type T and primitive int as the arguments.
    A two argument procedure that takes a type T and primitive long as the arguments.
    A two argument procedure that takes a type T and primitive short as the arguments.
    A ShortBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive boolean as the second argument.
    A ShortByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive byte as the second argument.
    A ShortCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive char as the second argument.
    A ShortDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive double as the second argument.
    A ShortFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive float as the second argument.
    A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.
    A ShortLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive short and type T as the arguments.
    A one argument procedure that takes a primitive short as the argument.
    A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive short as the second argument.
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A one argument procedure that takes a primitive byte as the argument.
    A one argument procedure that takes a primitive char as the argument.
    A one argument procedure that takes a primitive double as the argument.
    A one argument procedure that takes a primitive float as the argument.
    A one argument procedure that takes a primitive int as the argument.
    A one argument procedure that takes a primitive long as the argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A one argument procedure that takes a primitive byte as the argument.
    A one argument procedure that takes a primitive char as the argument.
    A one argument procedure that takes a primitive double as the argument.
    A one argument procedure that takes a primitive float as the argument.
    A one argument procedure that takes a primitive int as the argument.
    A one argument procedure that takes a primitive long as the argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A one argument procedure that takes a primitive byte as the argument.
    A one argument procedure that takes a primitive char as the argument.
    A one argument procedure that takes a primitive double as the argument.
    A one argument procedure that takes a primitive float as the argument.
    A one argument procedure that takes a primitive int as the argument.
    A one argument procedure that takes a primitive long as the argument.
    A two argument procedure that takes a type T and primitive int as the arguments.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A two argument procedure that takes a primitive int and type T as the arguments.
    A one argument procedure that takes a primitive int as the argument.
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    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.
    A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive boolean as the argument.
    A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive byte as the second argument.
    A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive byte as the argument.
    A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive char as the second argument.
    A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive char as the argument.
    A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive double as the second argument.
    A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive double as the argument.
    A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive float as the second argument.
    A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive float as the argument.
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive int as the argument.
    A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.
    A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive long as the second argument.
    A one argument procedure that takes a primitive long as the argument.
    A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive short as the argument.
    A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive short as the second argument.
  • Class
    Description
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive int as the argument.
    A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.
    A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive long as the second argument.
    A one argument procedure that takes a primitive long as the argument.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A ByteBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive boolean as the second argument.
    A ByteByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive byte as the second argument.
    A ByteCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive char as the second argument.
    A ByteDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive double as the second argument.
    A ByteFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive float as the second argument.
    A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.
    A ByteLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive byte and type T as the arguments.
    A one argument procedure that takes a primitive byte as the argument.
    A ByteShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive short as the second argument.
    A CharBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive boolean as the second argument.
    A CharByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive byte as the second argument.
    A CharCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive char as the second argument.
    A CharDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive double as the second argument.
    A CharFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive float as the second argument.
    A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.
    A CharLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive char and type T as the arguments.
    A one argument procedure that takes a primitive char as the argument.
    A CharShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive short as the second argument.
    A DoubleBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive boolean as the second argument.
    A DoubleByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive byte as the second argument.
    A DoubleCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive char as the second argument.
    A DoubleDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive double as the second argument.
    A DoubleFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive float as the second argument.
    A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.
    A DoubleLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive double and type T as the arguments.
    A one argument procedure that takes a primitive double as the argument.
    A DoubleShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive short as the second argument.
    A FloatBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive boolean as the second argument.
    A FloatByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive byte as the second argument.
    A FloatCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive char as the second argument.
    A FloatDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive double as the second argument.
    A FloatFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive float as the second argument.
    A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.
    A FloatLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive float and type T as the arguments.
    A one argument procedure that takes a primitive float as the argument.
    A FloatShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive short as the second argument.
    A IntBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive boolean as the second argument.
    A IntByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive byte as the second argument.
    A IntCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive char as the second argument.
    A IntDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive double as the second argument.
    A IntFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive float as the second argument.
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A IntLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive int and type T as the arguments.
    A one argument procedure that takes a primitive int as the argument.
    A IntShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive short as the second argument.
    A LongBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive boolean as the second argument.
    A LongByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive byte as the second argument.
    A LongCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive char as the second argument.
    A LongDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive double as the second argument.
    A LongFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive float as the second argument.
    A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.
    A LongLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive long and type T as the arguments.
    A one argument procedure that takes a primitive long as the argument.
    A LongShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive short as the second argument.
    A two argument procedure that takes a type T and primitive boolean as the arguments.
    A two argument procedure that takes a type T and primitive byte as the arguments.
    A two argument procedure that takes a type T and primitive char as the arguments.
    A two argument procedure that takes a type T and primitive double as the arguments.
    A two argument procedure that takes a type T and primitive float as the arguments.
    A two argument procedure that takes a type T and primitive int as the arguments.
    A two argument procedure that takes a type T and primitive long as the arguments.
    A two argument procedure that takes a type T and primitive short as the arguments.
    A ShortBooleanProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive boolean as the second argument.
    A ShortByteProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive byte as the second argument.
    A ShortCharProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive char as the second argument.
    A ShortDoubleProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive double as the second argument.
    A ShortFloatProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive float as the second argument.
    A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.
    A ShortLongProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive long as the second argument.
    A two argument procedure that takes a primitive short and type T as the arguments.
    A one argument procedure that takes a primitive short as the argument.
    A ShortShortProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive short as the second argument.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A one argument procedure that takes a primitive byte as the argument.
    A one argument procedure that takes a primitive char as the argument.
    A one argument procedure that takes a primitive double as the argument.
    A one argument procedure that takes a primitive float as the argument.
    A one argument procedure that takes a primitive int as the argument.
    A one argument procedure that takes a primitive long as the argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A one argument procedure that takes a primitive byte as the argument.
    A one argument procedure that takes a primitive char as the argument.
    A one argument procedure that takes a primitive double as the argument.
    A one argument procedure that takes a primitive float as the argument.
    A one argument procedure that takes a primitive int as the argument.
    A one argument procedure that takes a primitive long as the argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A one argument procedure that takes a primitive byte as the argument.
    A one argument procedure that takes a primitive char as the argument.
    A one argument procedure that takes a primitive double as the argument.
    A one argument procedure that takes a primitive float as the argument.
    A one argument procedure that takes a primitive int as the argument.
    A one argument procedure that takes a primitive long as the argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive boolean as the argument.
    A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive byte as the argument.
    A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive char as the argument.
    A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive double as the argument.
    A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive float as the argument.
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive int as the argument.
    A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive long as the argument.
    A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A BooleanIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive boolean as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive boolean as the argument.
    A ByteIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive byte as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive byte as the argument.
    A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive char as the argument.
    A DoubleIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive double as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive double as the argument.
    A FloatIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive float as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive float as the argument.
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive int as the argument.
    A LongIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive long as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive long as the argument.
    A ShortIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive short as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A CharIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive char as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive char as the argument.
    A IntIntProcedure is a two argument lambda or closure which has no return argument and takes a primitive int as the first and a primitive int as the second argument.
    A one argument procedure that takes a primitive int as the argument.
  • Class
    Description
    A one argument procedure that takes a primitive char as the argument.
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A two argument procedure that takes a type T and primitive int as the arguments.
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A one argument procedure that takes a primitive byte as the argument.
    A one argument procedure that takes a primitive char as the argument.
    A one argument procedure that takes a primitive double as the argument.
    A one argument procedure that takes a primitive float as the argument.
    A one argument procedure that takes a primitive int as the argument.
    A one argument procedure that takes a primitive long as the argument.
    A one argument procedure that takes a primitive short as the argument.
  • Class
    Description
    A one argument procedure that takes a primitive boolean as the argument.
    A one argument procedure that takes a primitive byte as the argument.
    A one argument procedure that takes a primitive char as the argument.
    A one argument procedure that takes a primitive double as the argument.
    A one argument procedure that takes a primitive float as the argument.
    A one argument procedure that takes a primitive int as the argument.
    A one argument procedure that takes a primitive long as the argument.
    A one argument procedure that takes a primitive short as the argument.