public class SortedList<T extends Comparable<T>> extends LinkedList<T>
modCount| Constructor and Description |
|---|
SortedList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T paramT) |
boolean |
addAll(Collection<? extends T> paramCollection) |
boolean |
containsElement(T paramT) |
add, 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, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subListpublic boolean add(T paramT)
add in interface Collection<T extends Comparable<T>>add in interface Deque<T extends Comparable<T>>add in interface List<T extends Comparable<T>>add in interface Queue<T extends Comparable<T>>add in class LinkedList<T extends Comparable<T>>public boolean addAll(Collection<? extends T> paramCollection)
addAll in interface Collection<T extends Comparable<T>>addAll in interface List<T extends Comparable<T>>addAll in class LinkedList<T extends Comparable<T>>public boolean containsElement(T paramT)
Copyright © 2014. All Rights Reserved.