Klasse EntityArrayList<ENTITY>
java.lang.Object
org.teamapps.universaldb.pojo.EntityArrayList<ENTITY>
- Alle implementierten Schnittstellen:
Iterable<ENTITY>,Collection<ENTITY>,List<ENTITY>,SequencedCollection<ENTITY>
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEntityArrayList(EntityBuilder<ENTITY> entityBuilder, PrimitiveIterator.OfInt recordIdIterator, int count) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidbooleanbooleanaddAll(int index, Collection<? extends ENTITY> c) booleanaddAll(Collection<? extends ENTITY> c) voidclear()booleanbooleancontainsAll(Collection<?> c) get(int index) intbooleanisEmpty()iterator()intlistIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()voidsort(Comparator<? super ENTITY> c) subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] a) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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, spliterator
-
Konstruktordetails
-
EntityArrayList
public EntityArrayList(EntityBuilder<ENTITY> entityBuilder, PrimitiveIterator.OfInt recordIdIterator, int count)
-
-
Methodendetails
-
size
-
isEmpty
-
contains
-
iterator
-
toArray
-
toArray
-
add
-
remove
-
containsAll
- Angegeben von:
containsAllin SchnittstelleCollection<ENTITY>- Angegeben von:
containsAllin SchnittstelleList<ENTITY>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Angegeben von:
lastIndexOfin SchnittstelleList<ENTITY>
-
listIterator
- Angegeben von:
listIteratorin SchnittstelleList<ENTITY>
-
listIterator
- Angegeben von:
listIteratorin SchnittstelleList<ENTITY>
-
subList
-
sort
-