apollo.gui.detailviewers.sequencealigner.comparators
Class MultiComparatorArrayList<T>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.AbstractSequentialList<E>
              extended by java.util.LinkedList<java.util.Comparator<T>>
                  extended by apollo.gui.detailviewers.sequencealigner.comparators.MultiComparatorArrayList<T>
All Implemented Interfaces:
MultiComparator<T>, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.util.Comparator<T>>, java.util.Collection<java.util.Comparator<T>>, java.util.Comparator<T>, java.util.List<java.util.Comparator<T>>, java.util.Queue<java.util.Comparator<T>>

public class MultiComparatorArrayList<T>
extends java.util.LinkedList<java.util.Comparator<T>>
implements MultiComparator<T>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
MultiComparatorArrayList()
           
 
Method Summary
 boolean add(java.util.Comparator<T> o)
           
 int compare(T o1, T o2)
           
 
Methods inherited from class java.util.LinkedList
add, addAll, addAll, addFirst, addLast, clear, clone, contains, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, peek, poll, remove, remove, remove, removeFirst, removeLast, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 
Methods inherited from interface java.util.List
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

MultiComparatorArrayList

public MultiComparatorArrayList()
Method Detail

add

public boolean add(java.util.Comparator<T> o)
Specified by:
add in interface java.util.Collection<java.util.Comparator<T>>
Specified by:
add in interface java.util.List<java.util.Comparator<T>>
Overrides:
add in class java.util.LinkedList<java.util.Comparator<T>>

compare

public int compare(T o1,
                   T o2)
Specified by:
compare in interface java.util.Comparator<T>