com.ebmwebsourcing.webdesigner.presentation.gwt.client.log
Class TimeSortedList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<AbstractLogEntry>
              extended by com.ebmwebsourcing.webdesigner.presentation.gwt.client.log.TimeSortedList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<AbstractLogEntry>, java.util.Collection<AbstractLogEntry>, java.util.List<AbstractLogEntry>, java.util.RandomAccess

public class TimeSortedList
extends java.util.ArrayList<AbstractLogEntry>

List of AbstractLogEntry sorted by their time attribute. The first is the oldest.

Author:
gcrosmarie
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
TimeSortedList()
           
 
Method Summary
 boolean add(AbstractLogEntry entry)
           
 
Methods inherited from class java.util.ArrayList
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, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

TimeSortedList

public TimeSortedList()
Method Detail

add

public boolean add(AbstractLogEntry entry)
Specified by:
add in interface java.util.Collection<AbstractLogEntry>
Specified by:
add in interface java.util.List<AbstractLogEntry>
Overrides:
add in class java.util.ArrayList<AbstractLogEntry>


Copyright © 2010 eBM WebSourcing. All Rights Reserved.