net.vidageek.mirror.list
Class EqualMethodRemover

java.lang.Object
  extended by net.vidageek.mirror.list.EqualMethodRemover
All Implemented Interfaces:
Matcher<Method>

public final class EqualMethodRemover
extends Object
implements Matcher<Method>

Author:
jonasabreu

Constructor Summary
EqualMethodRemover(Method method)
           
 
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
 

Constructor Detail

EqualMethodRemover

public EqualMethodRemover(Method method)
Method Detail

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.