com.carrotsearch.hppc.predicates
Interface IntPredicate


@Generated(date="2011-11-28T23:36:04+0000",
           value="HPPC generated from: IntPredicate.java")
public interface IntPredicate

A predicate that applies to int objects.


Method Summary
 boolean apply(int value)
           
 

Method Detail

apply

boolean apply(int value)


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