Class Applier
- java.lang.Object
-
- net.sourceforge.pmd.lang.symboltable.Applier
-
public final class Applier extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E> void
apply(SearchFunction<E> f, Iterator<? extends E> i)
-
-
-
Method Detail
-
apply
public static <E> void apply(SearchFunction<E> f, Iterator<? extends E> i)
-
-