| 
Elexis API documentation as of September 4 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList<T>
ch.elexis.util.SortedList<T>
public class SortedList<T>
| Constructor Summary | |
|---|---|
SortedList(java.util.Collection<T> source,
           java.util.Comparator<T> comp)
 | 
|
SortedList(java.util.Comparator<T> comp)
 | 
|
| Method Summary | |
|---|---|
 boolean | 
add(T elem)
 | 
 void | 
sort()
 | 
| Methods inherited from class java.util.LinkedList | 
|---|
add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray | 
| Methods inherited from class java.util.AbstractSequentialList | 
|---|
iterator | 
| Methods inherited from class java.util.AbstractList | 
|---|
equals, hashCode, listIterator, subList | 
| Methods inherited from class java.util.AbstractCollection | 
|---|
containsAll, isEmpty, removeAll, retainAll, toString | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface java.util.List | 
|---|
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList | 
| Methods inherited from interface java.util.Deque | 
|---|
iterator | 
| Constructor Detail | 
|---|
public SortedList(java.util.Comparator<T> comp)
public SortedList(java.util.Collection<T> source,
                  java.util.Comparator<T> comp)
| Method Detail | 
|---|
public void sort()
public boolean add(T elem)
add in interface java.util.Collection<T>add in interface java.util.Deque<T>add in interface java.util.List<T>add in interface java.util.Queue<T>add in class java.util.LinkedList<T>
  | 
Elexis API documentation as of September 4 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||