E
- the type of elements in this list
Iterable<E>
, Collection<E>
, List<E>
, SequencedCollection<E>
AbstractSequentialList
, ArrayList
, Vector
Fields
protected int
The number of times this list has been structurally modified.
Constructors
void
add(int index, E element)
Inserts the specified element at the specified position in this list (optional operation).
boolean
Appends the specified element to the end of this list (optional operation).
boolean
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
void
Removes all of the elements from this list (optional operation).
boolean
Compares the specified object with this list for equality.
Returns the element at the specified position in this list.
int
Returns the hash code value for this list.
int
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
Returns an iterator over the elements in this list in proper sequence.
int
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
Returns a list iterator over the elements in this list (in proper sequence).
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
Removes the element at the specified position in this list (optional operation).
protected void
Removes from this list all of the elements whose index is between fromIndex
, inclusive, and toIndex
, exclusive.
set(int index, E element)
Replaces the element at the specified position in this list with the specified element (optional operation).
subList(int fromIndex, int toIndex)
Returns a view of the portion of this list between the specified fromIndex
, inclusive, and toIndex
, exclusive.
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, size, sort, spliterator, toArray, toArray
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4