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 TypMethodeBeschreibungvoid
boolean
boolean
addAll
(int index, Collection<? extends E> c) boolean
addAll
(Collection<? extends E> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) abstract E
get
(int index) int
boolean
isEmpty()
iterator()
int
listIterator
(int index) remove
(int index) boolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) abstract int
size()
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, wait
Von Schnittstelle geerbte Methoden java.util.Collection
parallelStream, removeIf, stream, toArray
Von 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:
containsAll
in SchnittstelleCollection<E>
- Angegeben von:
containsAll
in SchnittstelleList<E>
-
indexOf
-
lastIndexOf
- Angegeben von:
lastIndexOf
in SchnittstelleList<E>
-
iterator
-
listIterator
- Angegeben von:
listIterator
in SchnittstelleList<E>
-
listIterator
- Angegeben von:
listIterator
in 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
-