Klasse IndexedList<E>
java.lang.Object
org.eclipse.net4j.util.collection.IndexedList<E>
- Alle implementierten Schnittstellen:
Iterable<E>,Collection<E>,List<E>,SequencedCollection<E>
- Bekannte direkte Unterklassen:
IndexedList.ArrayBacked
- Seit:
- 3.0
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidbooleanbooleanaddAll(int index, Collection<? extends E> c) booleanaddAll(Collection<? extends E> c) voidclear()booleanbooleancontainsAll(Collection<?> c) abstract Eget(int index) intbooleanisEmpty()iterator()intlistIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) abstract intsize()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] a) toString()Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden java.util.Collection
parallelStream, removeIf, stream, toArrayVon Schnittstelle geerbte Methoden java.util.List
addFirst, addLast, equals, getFirst, getLast, hashCode, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Konstruktordetails
-
IndexedList
public IndexedList()
-
-
Methodendetails
-
get
-
size
public abstract int size() -
isEmpty
public boolean isEmpty() -
contains
-
containsAll
- Angegeben von:
containsAllin SchnittstelleCollection<E>- Angegeben von:
containsAllin SchnittstelleList<E>
-
indexOf
-
lastIndexOf
- Angegeben von:
lastIndexOfin SchnittstelleList<E>
-
iterator
-
listIterator
- Angegeben von:
listIteratorin SchnittstelleList<E>
-
listIterator
- Angegeben von:
listIteratorin SchnittstelleList<E>
-
subList
-
toArray
-
toArray
public <T> T[] toArray(T[] a) -
add
-
remove
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
public void clear() -
set
-
add
-
remove
-
toString
-