org.apache.abdera.ext.features
Class FeatureSelector

java.lang.Object
  extended by org.apache.abdera.ext.features.AbstractSelector
      extended by org.apache.abdera.ext.features.FeatureSelector
All Implemented Interfaces:
Serializable, Cloneable, Selector

public class FeatureSelector
extends AbstractSelector
implements Selector

See Also:
Serialized Form

Constructor Summary
FeatureSelector(String... features)
           
 
Method Summary
protected  Selector copy()
           
 boolean equals(Object obj)
           
 String[] getFeatures()
           
 int hashCode()
           
 boolean select(Collection collection)
           
 
Methods inherited from class org.apache.abdera.ext.features.AbstractSelector
clone
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.abdera.ext.features.Selector
clone
 

Constructor Detail

FeatureSelector

public FeatureSelector(String... features)
Method Detail

select

public boolean select(Collection collection)
Specified by:
select in interface Selector

getFeatures

public String[] getFeatures()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

copy

protected Selector copy()
Overrides:
copy in class AbstractSelector


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.