Package org.teamapps.universaldb.pojo
Klasse EntityArrayList<ENTITY>
java.lang.Object
org.teamapps.universaldb.pojo.EntityArrayList<ENTITY>
- Alle implementierten Schnittstellen:
Iterable<ENTITY>,Collection<ENTITY>,List<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
equals, hashCode, replaceAll, spliterator
-
Konstruktordetails
-
EntityArrayList
public EntityArrayList(EntityBuilder<ENTITY> entityBuilder, PrimitiveIterator.OfInt recordIdIterator, int count)
-
-
Methodendetails
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
iterator
-
toArray
-
toArray
public <T> T[] toArray(T[] a) -
add
-
remove
-
containsAll
- Angegeben von:
containsAllin SchnittstelleCollection<ENTITY>- Angegeben von:
containsAllin SchnittstelleList<ENTITY>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
public void 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
-