java.lang.Objectjava.util.Collections.SynchronizedCollection<E>
java.util.Collections$SynchronizedList
All Implemented Interfaces:
List, Collection, Serializable
Direct Known Subclasses:
SynchronizedRandomAccessList
include
- Field Summary | ||
---|---|---|
final List<E> | list |
Fields inherited from java.util.Collections$SynchronizedCollection: |
---|
c, mutex |
Constructor: |
---|
|
|
Method from java.util.Collections$SynchronizedList Summary: |
---|
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList |
Methods from java.util.Collections$SynchronizedCollection: |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from java.util.Collections$SynchronizedList Detail: |
---|
|
|
|
|
|
|
|
|
|
|
|
|