org.n52.security.common.collections
Class AbstractTransformerFilter<NewType,OldType>

java.lang.Object
  extended by org.n52.security.common.collections.AbstractTransformerFilter<NewType,OldType>
All Implemented Interfaces:
Filter<NewType,OldType>

public abstract class AbstractTransformerFilter<NewType,OldType>
extends Object
implements Filter<NewType,OldType>


Constructor Summary
AbstractTransformerFilter()
           
 
Method Summary
 boolean accept(OldType instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.n52.security.common.collections.Filter
transform
 

Constructor Detail

AbstractTransformerFilter

public AbstractTransformerFilter()
Method Detail

accept

public boolean accept(OldType instance)
Specified by:
accept in interface Filter<NewType,OldType>


Copyright © 2004–2014 52north.org. All rights reserved.