JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Package org.eclipse.collections.impl.block.factory.primitive
This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.
Class Summary
Class
Description
BooleanPredicates
Provides a set of common predicates for boolean values.
BooleanPredicates.AlwaysFalseBooleanPredicate
BooleanPredicates.AlwaysTrueBooleanPredicate
BooleanPredicates.AndBooleanPredicate
BooleanPredicates.FalsePredicate
BooleanPredicates.IsFalseBooleanPredicate
BooleanPredicates.IsTrueBooleanPredicate
BooleanPredicates.NotBooleanPredicate
BooleanPredicates.OrBooleanPredicate
BooleanPredicates.TruePredicate
BytePredicates
Provides a set of common predicates for byte values.
BytePredicates.AlwaysFalseBytePredicate
BytePredicates.AlwaysTrueBytePredicate
BytePredicates.AndBytePredicate
BytePredicates.ByteIsEvenPredicate
BytePredicates.ByteIsOddPredicate
BytePredicates.EqualsBytePredicate
BytePredicates.GreaterThanBytePredicate
BytePredicates.LessThanBytePredicate
BytePredicates.NotBytePredicate
BytePredicates.OrBytePredicate
CharPredicates
Provides a set of common predicates for char values.
CharPredicates.AlwaysFalseCharPredicate
CharPredicates.AlwaysTrueCharPredicate
CharPredicates.AndCharPredicate
CharPredicates.EqualsCharPredicate
CharPredicates.GreaterThanCharPredicate
CharPredicates.IsDigitCharPredicate
CharPredicates.IsDigitOrDotCharPredicate
CharPredicates.IsLetterCharPredicate
CharPredicates.IsLetterOrDigitCharPredicate
CharPredicates.IsLowerCaseCharPredicate
CharPredicates.IsUndefinedCharPredicate
CharPredicates.IsUpperCaseCharPredicate
CharPredicates.IsWhiteSpaceCharPredicate
CharPredicates.LessThanCharPredicate
CharPredicates.NotCharPredicate
CharPredicates.OrCharPredicate
CharToCharFunctions
CharToCharFunctions.ToLowerCaseCharToCharFunction
CharToCharFunctions.ToUpperCaseCharToCharFunction
DoublePredicates
Provides a set of common predicates for double values.
DoublePredicates.AlwaysFalseDoublePredicate
DoublePredicates.AlwaysTrueDoublePredicate
DoublePredicates.AndDoublePredicate
DoublePredicates.EqualsDoublePredicate
DoublePredicates.EqualsWithDeltaDoublePredicate
DoublePredicates.GreaterThanDoublePredicate
DoublePredicates.LessThanDoublePredicate
DoublePredicates.NotDoublePredicate
DoublePredicates.OrDoublePredicate
FloatPredicates
Provides a set of common predicates for float values.
FloatPredicates.AlwaysFalseFloatPredicate
FloatPredicates.AlwaysTrueFloatPredicate
FloatPredicates.AndFloatPredicate
FloatPredicates.EqualsFloatPredicate
FloatPredicates.EqualsWithDeltaFloatPredicate
FloatPredicates.GreaterThanFloatPredicate
FloatPredicates.LessThanFloatPredicate
FloatPredicates.NotFloatPredicate
FloatPredicates.OrFloatPredicate
IntPredicates
Provides a set of common predicates for int values.
IntPredicates.AlwaysFalseIntPredicate
IntPredicates.AlwaysTrueIntPredicate
IntPredicates.AndIntPredicate
IntPredicates.EqualsIntPredicate
IntPredicates.GreaterThanIntPredicate
IntPredicates.IntIsEvenPredicate
IntPredicates.IntIsOddPredicate
IntPredicates.LessThanIntPredicate
IntPredicates.NotIntPredicate
IntPredicates.OrIntPredicate
IntToIntFunctions
IntToIntFunctions.AddIntToIntFunction
IntToIntFunctions.DecrementIntToIntFunction
IntToIntFunctions.IncrementIntToIntFunction
IntToIntFunctions.SubtractIntToIntFunction
LongPredicates
Provides a set of common predicates for long values.
LongPredicates.AlwaysFalseLongPredicate
LongPredicates.AlwaysTrueLongPredicate
LongPredicates.AndLongPredicate
LongPredicates.EqualsLongPredicate
LongPredicates.GreaterThanLongPredicate
LongPredicates.LessThanLongPredicate
LongPredicates.LongIsEvenPredicate
LongPredicates.LongIsOddPredicate
LongPredicates.NotLongPredicate
LongPredicates.OrLongPredicate
ShortPredicates
Provides a set of common predicates for short values.
ShortPredicates.AlwaysFalseShortPredicate
ShortPredicates.AlwaysTrueShortPredicate
ShortPredicates.AndShortPredicate
ShortPredicates.EqualsShortPredicate
ShortPredicates.GreaterThanShortPredicate
ShortPredicates.LessThanShortPredicate
ShortPredicates.NotShortPredicate
ShortPredicates.OrShortPredicate
ShortPredicates.ShortIsEvenPredicate
ShortPredicates.ShortIsOddPredicate