T - the procedure argument type.public final class RemoveMatching<T> extends Object implements BinaryProcedure<Iterator<? extends T>,UnaryPredicate<? super T>>, Serializable
| Constructor and Description |
|---|
RemoveMatching() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static RemoveMatching<Object> |
instance()
Get a static
RemoveMatching instance. |
void |
run(Iterator<? extends T> left,
UnaryPredicate<? super T> right)
Execute this procedure.
|
String |
toString() |
public RemoveMatching()
public void run(Iterator<? extends T> left, UnaryPredicate<? super T> right)
run in interface BinaryProcedure<Iterator<? extends T>,UnaryPredicate<? super T>>left - Iteratorright - UnaryPredicatepublic static RemoveMatching<Object> instance()
RemoveMatching instance.RemoveMatchingCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.