com.jalios.util
Class SortedList

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
                  extended by com.jalios.util.SortedList
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, Queue

public class SortedList
extends LinkedList

This class is a sorted implementation of the List interface. The objects added must implement the Comparable interface.

Version:
$Revision: 14756 $
Author:
Olivier Dedieu
See Also:
Serialized Form

Field Summary
static String REVISION
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SortedList()
           
SortedList(Collection c)
           
 
Method Summary
 boolean add(Object obj)
           
 
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.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

SortedList

public SortedList()

SortedList

public SortedList(Collection c)
Method Detail

add

public boolean add(Object obj)
Specified by:
add in interface Collection
Specified by:
add in interface List
Overrides:
add in class LinkedList


Copyright © 2001-2007 Jalios SA. All Rights Reserved.