org.n52.security.common.collections
Class AbstractFilter<Type>

java.lang.Object
  extended by org.n52.security.common.collections.AbstractFilter<Type>
All Implemented Interfaces:
Filter<Type,Type>

public abstract class AbstractFilter<Type>
extends Object
implements Filter<Type,Type>


Constructor Summary
AbstractFilter()
           
 
Method Summary
 Type transform(Type 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
accept
 

Constructor Detail

AbstractFilter

public AbstractFilter()
Method Detail

transform

public Type transform(Type instance)
Specified by:
transform in interface Filter<Type,Type>


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