Collections.synchronizedList(java.util.List) insteadpublic class SyncLinkedList extends LinkedList
modCount| Constructor and Description |
|---|
SyncLinkedList()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object o)
Deprecated.
|
boolean |
addAll(Collection c)
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
boolean |
remove(Object o)
Deprecated.
|
Object |
removeFirst()
Deprecated.
|
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, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subListparallelStream, removeIf, streampublic boolean add(Object o)
add in interface Collectionadd in interface Dequeadd in interface Listadd in interface Queueadd in class LinkedListpublic boolean isEmpty()
isEmpty in interface CollectionisEmpty in interface ListisEmpty in class AbstractCollectionpublic boolean addAll(Collection c)
addAll in interface CollectionaddAll in interface ListaddAll in class LinkedListpublic Object removeFirst()
removeFirst in interface DequeremoveFirst in class LinkedListpublic boolean remove(Object o)
remove in interface Collectionremove in interface Dequeremove in interface Listremove in class LinkedListCopyright © 2012–2026 cismet GmbH. All rights reserved.