ByteBytePredicate |
A predicate that applies to byte , byte pairs.
|
ByteCharPredicate |
A predicate that applies to byte , char pairs.
|
ByteDoublePredicate |
A predicate that applies to byte , double pairs.
|
ByteFloatPredicate |
A predicate that applies to byte , float pairs.
|
ByteIntPredicate |
A predicate that applies to byte , int pairs.
|
ByteLongPredicate |
A predicate that applies to byte , long pairs.
|
ByteObjectPredicate<VType> |
A predicate that applies to byte , Object pairs.
|
BytePredicate |
A predicate that applies to byte objects.
|
ByteShortPredicate |
A predicate that applies to byte , short pairs.
|
CharBytePredicate |
A predicate that applies to char , byte pairs.
|
CharCharPredicate |
A predicate that applies to char , char pairs.
|
CharDoublePredicate |
A predicate that applies to char , double pairs.
|
CharFloatPredicate |
A predicate that applies to char , float pairs.
|
CharIntPredicate |
A predicate that applies to char , int pairs.
|
CharLongPredicate |
A predicate that applies to char , long pairs.
|
CharObjectPredicate<VType> |
A predicate that applies to char , Object pairs.
|
CharPredicate |
A predicate that applies to char objects.
|
CharShortPredicate |
A predicate that applies to char , short pairs.
|
DoubleBytePredicate |
A predicate that applies to double , byte pairs.
|
DoubleCharPredicate |
A predicate that applies to double , char pairs.
|
DoubleDoublePredicate |
A predicate that applies to double , double pairs.
|
DoubleFloatPredicate |
A predicate that applies to double , float pairs.
|
DoubleIntPredicate |
A predicate that applies to double , int pairs.
|
DoubleLongPredicate |
A predicate that applies to double , long pairs.
|
DoubleObjectPredicate<VType> |
A predicate that applies to double , Object pairs.
|
DoublePredicate |
A predicate that applies to double objects.
|
DoubleShortPredicate |
A predicate that applies to double , short pairs.
|
FloatBytePredicate |
A predicate that applies to float , byte pairs.
|
FloatCharPredicate |
A predicate that applies to float , char pairs.
|
FloatDoublePredicate |
A predicate that applies to float , double pairs.
|
FloatFloatPredicate |
A predicate that applies to float , float pairs.
|
FloatIntPredicate |
A predicate that applies to float , int pairs.
|
FloatLongPredicate |
A predicate that applies to float , long pairs.
|
FloatObjectPredicate<VType> |
A predicate that applies to float , Object pairs.
|
FloatPredicate |
A predicate that applies to float objects.
|
FloatShortPredicate |
A predicate that applies to float , short pairs.
|
IntBytePredicate |
A predicate that applies to int , byte pairs.
|
IntCharPredicate |
A predicate that applies to int , char pairs.
|
IntDoublePredicate |
A predicate that applies to int , double pairs.
|
IntFloatPredicate |
A predicate that applies to int , float pairs.
|
IntIntPredicate |
A predicate that applies to int , int pairs.
|
IntLongPredicate |
A predicate that applies to int , long pairs.
|
IntObjectPredicate<VType> |
A predicate that applies to int , Object pairs.
|
IntPredicate |
A predicate that applies to int objects.
|
IntShortPredicate |
A predicate that applies to int , short pairs.
|
LongBytePredicate |
A predicate that applies to long , byte pairs.
|
LongCharPredicate |
A predicate that applies to long , char pairs.
|
LongDoublePredicate |
A predicate that applies to long , double pairs.
|
LongFloatPredicate |
A predicate that applies to long , float pairs.
|
LongIntPredicate |
A predicate that applies to long , int pairs.
|
LongLongPredicate |
A predicate that applies to long , long pairs.
|
LongObjectPredicate<VType> |
A predicate that applies to long , Object pairs.
|
LongPredicate |
A predicate that applies to long objects.
|
LongShortPredicate |
A predicate that applies to long , short pairs.
|
ObjectBytePredicate<KType> |
A predicate that applies to Object , byte pairs.
|
ObjectCharPredicate<KType> |
A predicate that applies to Object , char pairs.
|
ObjectDoublePredicate<KType> |
A predicate that applies to Object , double pairs.
|
ObjectFloatPredicate<KType> |
A predicate that applies to Object , float pairs.
|
ObjectIntPredicate<KType> |
A predicate that applies to Object , int pairs.
|
ObjectLongPredicate<KType> |
A predicate that applies to Object , long pairs.
|
ObjectObjectPredicate<KType,VType> |
A predicate that applies to Object , Object pairs.
|
ObjectPredicate<KType> |
A predicate that applies to Object objects.
|
ObjectShortPredicate<KType> |
A predicate that applies to Object , short pairs.
|
ShortBytePredicate |
A predicate that applies to short , byte pairs.
|
ShortCharPredicate |
A predicate that applies to short , char pairs.
|
ShortDoublePredicate |
A predicate that applies to short , double pairs.
|
ShortFloatPredicate |
A predicate that applies to short , float pairs.
|
ShortIntPredicate |
A predicate that applies to short , int pairs.
|
ShortLongPredicate |
A predicate that applies to short , long pairs.
|
ShortObjectPredicate<VType> |
A predicate that applies to short , Object pairs.
|
ShortPredicate |
A predicate that applies to short objects.
|
ShortShortPredicate |
A predicate that applies to short , short pairs.
|