net.vidageek.mirror.list
Class EqualMethodRemover
java.lang.Object
net.vidageek.mirror.list.EqualMethodRemover
- All Implemented Interfaces:
- Matcher<Method>
public final class EqualMethodRemover
- extends Object
- implements Matcher<Method>
- Author:
- jonasabreu
|
Method Summary |
boolean |
accepts(Method element)
This method determines if the element must be allowed to be on the list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EqualMethodRemover
public EqualMethodRemover(Method method)
accepts
public boolean accepts(Method element)
- Description copied from interface:
Matcher
- This method determines if the element must be allowed to be on the list.
- Specified by:
accepts in interface Matcher<Method>
- Returns:
- true if the element is allowed. false otherwise.
Copyright © 2011 VidaGeek.net. All Rights Reserved.