AbstractSequentialList (Java SE 9 & JDK 9 ) (original) (raw)
Field Summary
* ### Fields inherited from class java.util.[AbstractList](../../java/util/AbstractList.html "class in java.util") `[modCount](../../java/util/AbstractList.html#modCount)`
Constructor Summary
Constructors
Modifier Constructor Description protected AbstractSequentialList() Sole constructor. Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type Method Description void add(int index,E element) Inserts the specified element at the specified position in this list (optional operation). boolean addAll(int index,Collection<? extends E> c) Inserts all of the elements in the specified collection into this list at the specified position (optional operation). E get(int index) Returns the element at the specified position in this list. Iterator<E> iterator() Returns an iterator over the elements in this list (in proper sequence). abstract ListIterator<E> listIterator(int index) Returns a list iterator over the elements in this list (in proper sequence). E remove(int index) Removes the element at the specified position in this list (optional operation). E set(int index,E element) Replaces the element at the specified position in this list with the specified element (optional operation). * ### Methods inherited from class java.util.[AbstractCollection](../../java/util/AbstractCollection.html "class in java.util") `[addAll](../../java/util/AbstractCollection.html#addAll-java.util.Collection-), [contains](../../java/util/AbstractCollection.html#contains-java.lang.Object-), [containsAll](../../java/util/AbstractCollection.html#containsAll-java.util.Collection-), [isEmpty](../../java/util/AbstractCollection.html#isEmpty--), [remove](../../java/util/AbstractCollection.html#remove-java.lang.Object-), [removeAll](../../java/util/AbstractCollection.html#removeAll-java.util.Collection-), [retainAll](../../java/util/AbstractCollection.html#retainAll-java.util.Collection-), [size](../../java/util/AbstractCollection.html#size--), [toArray](../../java/util/AbstractCollection.html#toArray--), [toArray](../../java/util/AbstractCollection.html#toArray-T:A-), [toString](../../java/util/AbstractCollection.html#toString--)` * ### Methods inherited from class java.util.[AbstractList](../../java/util/AbstractList.html "class in java.util") `[add](../../java/util/AbstractList.html#add-E-), [clear](../../java/util/AbstractList.html#clear--), [equals](../../java/util/AbstractList.html#equals-java.lang.Object-), [hashCode](../../java/util/AbstractList.html#hashCode--), [indexOf](../../java/util/AbstractList.html#indexOf-java.lang.Object-), [lastIndexOf](../../java/util/AbstractList.html#lastIndexOf-java.lang.Object-), [listIterator](../../java/util/AbstractList.html#listIterator--), [removeRange](../../java/util/AbstractList.html#removeRange-int-int-), [subList](../../java/util/AbstractList.html#subList-int-int-)` * ### Methods inherited from interface java.util.[Collection](../../java/util/Collection.html "interface in java.util") `[parallelStream](../../java/util/Collection.html#parallelStream--), [removeIf](../../java/util/Collection.html#removeIf-java.util.function.Predicate-), [stream](../../java/util/Collection.html#stream--)` * ### Methods inherited from interface java.lang.[Iterable](../../java/lang/Iterable.html "interface in java.lang") `[forEach](../../java/lang/Iterable.html#forEach-java.util.function.Consumer-)` * ### Methods inherited from interface java.util.[List](../../java/util/List.html "interface in java.util") `[addAll](../../java/util/List.html#addAll-java.util.Collection-), [contains](../../java/util/List.html#contains-java.lang.Object-), [containsAll](../../java/util/List.html#containsAll-java.util.Collection-), [isEmpty](../../java/util/List.html#isEmpty--), [of](../../java/util/List.html#of--), [of](../../java/util/List.html#of-E-), [of](../../java/util/List.html#of-E...-), [of](../../java/util/List.html#of-E-E-), [of](../../java/util/List.html#of-E-E-E-), [of](../../java/util/List.html#of-E-E-E-E-), [of](../../java/util/List.html#of-E-E-E-E-E-), [of](../../java/util/List.html#of-E-E-E-E-E-E-), [of](../../java/util/List.html#of-E-E-E-E-E-E-E-), [of](../../java/util/List.html#of-E-E-E-E-E-E-E-E-), [of](../../java/util/List.html#of-E-E-E-E-E-E-E-E-E-), [of](../../java/util/List.html#of-E-E-E-E-E-E-E-E-E-E-), [remove](../../java/util/List.html#remove-java.lang.Object-), [removeAll](../../java/util/List.html#removeAll-java.util.Collection-), [replaceAll](../../java/util/List.html#replaceAll-java.util.function.UnaryOperator-), [retainAll](../../java/util/List.html#retainAll-java.util.Collection-), [size](../../java/util/List.html#size--), [sort](../../java/util/List.html#sort-java.util.Comparator-), [spliterator](../../java/util/List.html#spliterator--), [toArray](../../java/util/List.html#toArray--), [toArray](../../java/util/List.html#toArray-T:A-)` * ### Methods inherited from class java.lang.[Object](../../java/lang/Object.html "class in java.lang") `[clone](../../java/lang/Object.html#clone--), [finalize](../../java/lang/Object.html#finalize--), [getClass](../../java/lang/Object.html#getClass--), [notify](../../java/lang/Object.html#notify--), [notifyAll](../../java/lang/Object.html#notifyAll--), [wait](../../java/lang/Object.html#wait--), [wait](../../java/lang/Object.html#wait-long-), [wait](../../java/lang/Object.html#wait-long-int-)`