Uses of Package
com.carrotsearch.hppc.predicates

Packages that use com.carrotsearch.hppc.predicates
com.carrotsearch.hppc High Performance Primitive Collections (HPPC) library provides typical data structures (lists, stacks, maps) template-generated for all Java primitive types (byte, int, etc.) to conserve memory and boost performance. 
com.carrotsearch.hppc.predicates Predicates that return a boolean true/ false for a given value. 
 

Classes in com.carrotsearch.hppc.predicates used by com.carrotsearch.hppc
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
          A predicate that applies to KType objects.
LongPredicate
          A predicate that applies to long objects.
ObjectPredicate
          A predicate that applies to KType objects.
ShortPredicate
          A predicate that applies to short objects.
 

Classes in com.carrotsearch.hppc.predicates used by com.carrotsearch.hppc.predicates
ObjectPredicate
          A predicate that applies to KType objects.
 



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