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