मुख्य कंटेंट तक स्किप करें

Class: SynchronizedList

This page documents the methods and fields available in the SynchronizedList class.

Members

SignatureDescription
SynchronizedList(List)Creates a new instance of SynchronizedList.
add(Object)Adds an item to the collection.
add(int, Object)Adds an item to the collection.
addAll(Collection)Adds all to the collection.
addAll(int, Collection)Adds all to the collection.
clear()Clears or resets the object's state.
contains(Object)Performs the contains operation using the provided parameters (o).
containsAll(Collection)Performs the containsAll operation using the provided parameters (collection).
equals(Object)Compares this instance with another for equality/order.
get(int)Returns the current value.
hashCode()Returns whether code is true.
indexOf(Object)Performs the indexOf operation using the provided parameters (o).
isEmpty()Returns whether empty is true.
iterator()Performs the iterator operation.
lastIndexOf(Object)Performs the lastIndexOf operation using the provided parameters (o).
listIterator()Performs the listIterator operation.
listIterator(int)Performs the listIterator operation using the provided parameters (i).
remove(Object)Removes an item from the collection.
remove(int)Removes an item from the collection.
removeAll(Collection)Removes all from the collection.
retainAll(Collection)Performs the retainAll operation using the provided parameters (collection).
set(int, Object)Sets or updates the the value.
size()Performs the size operation.
subList(int, int)Performs the subList operation using the provided parameters (i, i1).
toArray()Performs the toArray operation.
toArray(Object[])Performs the toArray operation using the provided parameters (objects).