|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.carrotsearch.hppc.predicates.GuavaPredicateAdapter<KType>
public class GuavaPredicateAdapter<KType>
An adapter between Guava's Predicate
and HPPC's ObjectPredicate
.
Constructor Summary | |
---|---|
GuavaPredicateAdapter(com.google.common.base.Predicate<? super KType> predicate)
|
Method Summary | |
---|---|
boolean |
apply(KType value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuavaPredicateAdapter(com.google.common.base.Predicate<? super KType> predicate)
Method Detail |
---|
public boolean apply(KType value)
apply
in interface ObjectPredicate<KType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |