apollo.gui.detailviewers.sequencealigner.filters
Class MultiFilterAnd<T>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<Filter<T>>
              extended by apollo.gui.detailviewers.sequencealigner.filters.MultiFilterAnd<T>
All Implemented Interfaces:
Filter<T>, MultiFilter<T>, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<Filter<T>>, java.util.Collection<Filter<T>>, java.util.List<Filter<T>>, java.util.RandomAccess

public class MultiFilterAnd<T>
extends java.util.ArrayList<Filter<T>>
implements MultiFilter<T>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
MultiFilterAnd()
           
 
Method Summary
 boolean keep(T f)
           
 java.lang.String toString()
           
 java.lang.String valueToString()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Constructor Detail

MultiFilterAnd

public MultiFilterAnd()
Method Detail

keep

public boolean keep(T f)
Specified by:
keep in interface Filter<T>

toString

public java.lang.String toString()
Overrides:
toString in class java.util.AbstractCollection<Filter<T>>

valueToString

public java.lang.String valueToString()
Specified by:
valueToString in interface Filter<T>