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

Packages that use org.eclipse.collections.api.block.predicate.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.bag.sorted
This package contains interfaces for SortedBag 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.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.bag.immutable
This package contains implementations of the ImmutableBag interface.
org.eclipse.collections.impl.bag.mutable
This package contains implementations of the MutableBag interface.
org.eclipse.collections.impl.bag.mutable.primitive
This package contains implementations of the mutable primitive bag interfaces.
org.eclipse.collections.impl.bag.sorted.mutable
This package contains implementations of MutableSortedBag.
org.eclipse.collections.impl.bag.strategy.mutable
This package contains implementations of bags with user defined HashingStrategys.
org.eclipse.collections.impl.block.factory.primitive
This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.
org.eclipse.collections.impl.block.function.primitive
This package contains implementations of primitive functions.
org.eclipse.collections.impl.block.procedure.primitive
This package contains implementations of primitive procedures.
org.eclipse.collections.impl.collection.mutable.primitive
This package contains implementations of the mutable primitive collection interfaces.
org.eclipse.collections.impl.lazy.primitive
This package contains implementations of the lazy primitive iterator interfaces.
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.mutable.primitive
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
org.eclipse.collections.impl.primitive  
org.eclipse.collections.impl.set.mutable.primitive
This package contains implementations of the mutable primitive set interfaces.
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.primitive  
org.eclipse.collections.impl.utility.primitive  
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.api 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.api.bag 
    Class Description
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.api.bag.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.api.bag.sorted 
    Class Description
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.api.collection.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.api.list.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.api.map.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    ByteBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteObjectPredicate
    A two argument Predicate that takes a primitive byte and type T as the arguments.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    ByteShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharObjectPredicate
    A two argument Predicate that takes a primitive char and type T as the arguments.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    CharShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleObjectPredicate
    A two argument Predicate that takes a primitive double and type T as the arguments.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    DoubleShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatObjectPredicate
    A two argument Predicate that takes a primitive float and type T as the arguments.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    FloatShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntObjectPredicate
    A two argument Predicate that takes a primitive int and type T as the arguments.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    IntShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongObjectPredicate
    A two argument Predicate that takes a primitive long and type T as the arguments.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    LongShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ObjectBooleanPredicate
    A two argument Predicate that takes type T and a primitive boolean as the arguments.
    ObjectBytePredicate
    A two argument Predicate that takes type T and a primitive byte as the arguments.
    ObjectCharPredicate
    A two argument Predicate that takes type T and a primitive char as the arguments.
    ObjectDoublePredicate
    A two argument Predicate that takes type T and a primitive double as the arguments.
    ObjectFloatPredicate
    A two argument Predicate that takes type T and a primitive float as the arguments.
    ObjectIntPredicate
    A two argument Predicate that takes type T and a primitive int as the arguments.
    ObjectLongPredicate
    A two argument Predicate that takes type T and a primitive long as the arguments.
    ObjectShortPredicate
    A two argument Predicate that takes type T and a primitive short as the arguments.
    ShortBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortObjectPredicate
    A two argument Predicate that takes a primitive short and type T as the arguments.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
    ShortShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.api.ordered.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.api.set.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.api.stack.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.bag.immutable 
    Class Description
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.bag.mutable 
    Class Description
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.bag.mutable.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.bag.sorted.mutable 
    Class Description
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.bag.strategy.mutable 
    Class Description
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.block.factory.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.block.function.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.block.procedure.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.collection.mutable.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.lazy.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.list.mutable.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.list.primitive 
    Class Description
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.map.mutable.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    ByteBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ByteObjectPredicate
    A two argument Predicate that takes a primitive byte and type T as the arguments.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    ByteShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    CharObjectPredicate
    A two argument Predicate that takes a primitive char and type T as the arguments.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    CharShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    DoubleObjectPredicate
    A two argument Predicate that takes a primitive double and type T as the arguments.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    DoubleShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    FloatObjectPredicate
    A two argument Predicate that takes a primitive float and type T as the arguments.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    FloatShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    IntObjectPredicate
    A two argument Predicate that takes a primitive int and type T as the arguments.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    IntShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    LongObjectPredicate
    A two argument Predicate that takes a primitive long and type T as the arguments.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    LongShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ObjectBooleanPredicate
    A two argument Predicate that takes type T and a primitive boolean as the arguments.
    ObjectBytePredicate
    A two argument Predicate that takes type T and a primitive byte as the arguments.
    ObjectCharPredicate
    A two argument Predicate that takes type T and a primitive char as the arguments.
    ObjectDoublePredicate
    A two argument Predicate that takes type T and a primitive double as the arguments.
    ObjectFloatPredicate
    A two argument Predicate that takes type T and a primitive float as the arguments.
    ObjectIntPredicate
    A two argument Predicate that takes type T and a primitive int as the arguments.
    ObjectLongPredicate
    A two argument Predicate that takes type T and a primitive long as the arguments.
    ObjectShortPredicate
    A two argument Predicate that takes type T and a primitive short as the arguments.
    ShortBooleanPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortBytePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortCharPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortDoublePredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortFloatPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortIntPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortLongPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
    ShortObjectPredicate
    A two argument Predicate that takes a primitive short and type T as the arguments.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
    ShortShortPredicate
    This file was automatically generated from template file primitivePrimitivePredicate.stg.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.set.mutable.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.stack.mutable.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.stack.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.string.immutable 
    Class Description
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.utility 
    Class Description
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.utility.internal.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.
  • Classes in org.eclipse.collections.api.block.predicate.primitive used by org.eclipse.collections.impl.utility.primitive 
    Class Description
    BooleanPredicate
    BooleanPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.
    BytePredicate
    BytePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.
    CharPredicate
    CharPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.
    DoublePredicate
    DoublePredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.
    FloatPredicate
    FloatPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.
    IntPredicate
    IntPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.
    LongPredicate
    LongPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.
    ShortPredicate
    ShortPredicate is a primitive Predicate which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.