Package com.carrotsearch.hppc.predicates

Predicates that return a boolean true/ false for a given value.

See:
          Description

Interface Summary
BytePredicate A predicate that applies to byte objects.
CharPredicate A predicate that applies to char objects.
DoublePredicate A predicate that applies to double objects.
FloatPredicate A predicate that applies to float objects.
IntPredicate A predicate that applies to int objects.
KTypePredicate<KType> A predicate that applies to KType objects.
LongPredicate A predicate that applies to long objects.
ObjectPredicate<KType> A predicate that applies to KType objects.
ShortPredicate A predicate that applies to short objects.
 

Class Summary
GuavaPredicateAdapter<KType> An adapter between Guava's Predicate and HPPC's ObjectPredicate.
 

Package com.carrotsearch.hppc.predicates Description

Predicates that return a boolean true/ false for a given value. Useful in pseudo-closures applied to values of containers.



Copyright © 2011 Carrot Search s.c.. All Rights Reserved.