Class ExhibitionProductionManifestationList
java.lang.Object
no.unit.nva.model.instancetypes.exhibition.manifestations.ExhibitionProductionManifestationList
- All Implemented Interfaces:
Iterable<ExhibitionProductionManifestation>,Collection<ExhibitionProductionManifestation>,List<ExhibitionProductionManifestation>
public class ExhibitionProductionManifestationList
extends Object
implements List<ExhibitionProductionManifestation>
-
Constructor Summary
ConstructorsConstructorDescriptionExhibitionProductionManifestationList(List<ExhibitionProductionManifestation> manifestations) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, ExhibitionProductionManifestation element) booleanadd(ExhibitionProductionManifestation manifestation) booleanaddAll(int index, Collection<? extends ExhibitionProductionManifestation> c) booleanaddAll(Collection<? extends ExhibitionProductionManifestation> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanget(int index) inthashCode()intbooleanisEmpty()iterator()intlistIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) set(int index, ExhibitionProductionManifestation element) intsize()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] a) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
replaceAll, sort, spliterator
-
Constructor Details
-
ExhibitionProductionManifestationList
public ExhibitionProductionManifestationList(List<ExhibitionProductionManifestation> manifestations)
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection<ExhibitionProductionManifestation>- Specified by:
sizein interfaceList<ExhibitionProductionManifestation>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<ExhibitionProductionManifestation>- Specified by:
isEmptyin interfaceList<ExhibitionProductionManifestation>
-
contains
- Specified by:
containsin interfaceCollection<ExhibitionProductionManifestation>- Specified by:
containsin interfaceList<ExhibitionProductionManifestation>
-
iterator
- Specified by:
iteratorin interfaceCollection<ExhibitionProductionManifestation>- Specified by:
iteratorin interfaceIterable<ExhibitionProductionManifestation>- Specified by:
iteratorin interfaceList<ExhibitionProductionManifestation>
-
toArray
- Specified by:
toArrayin interfaceCollection<ExhibitionProductionManifestation>- Specified by:
toArrayin interfaceList<ExhibitionProductionManifestation>
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArrayin interfaceCollection<ExhibitionProductionManifestation>- Specified by:
toArrayin interfaceList<ExhibitionProductionManifestation>
-
add
- Specified by:
addin interfaceCollection<ExhibitionProductionManifestation>- Specified by:
addin interfaceList<ExhibitionProductionManifestation>
-
add
- Specified by:
addin interfaceList<ExhibitionProductionManifestation>
-
remove
- Specified by:
removein interfaceCollection<ExhibitionProductionManifestation>- Specified by:
removein interfaceList<ExhibitionProductionManifestation>
-
remove
- Specified by:
removein interfaceList<ExhibitionProductionManifestation>
-
containsAll
- Specified by:
containsAllin interfaceCollection<ExhibitionProductionManifestation>- Specified by:
containsAllin interfaceList<ExhibitionProductionManifestation>
-
addAll
- Specified by:
addAllin interfaceCollection<ExhibitionProductionManifestation>- Specified by:
addAllin interfaceList<ExhibitionProductionManifestation>
-
addAll
- Specified by:
addAllin interfaceList<ExhibitionProductionManifestation>
-
removeAll
- Specified by:
removeAllin interfaceCollection<ExhibitionProductionManifestation>- Specified by:
removeAllin interfaceList<ExhibitionProductionManifestation>
-
retainAll
- Specified by:
retainAllin interfaceCollection<ExhibitionProductionManifestation>- Specified by:
retainAllin interfaceList<ExhibitionProductionManifestation>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<ExhibitionProductionManifestation>- Specified by:
clearin interfaceList<ExhibitionProductionManifestation>
-
get
- Specified by:
getin interfaceList<ExhibitionProductionManifestation>
-
set
- Specified by:
setin interfaceList<ExhibitionProductionManifestation>
-
indexOf
- Specified by:
indexOfin interfaceList<ExhibitionProductionManifestation>
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<ExhibitionProductionManifestation>
-
listIterator
- Specified by:
listIteratorin interfaceList<ExhibitionProductionManifestation>
-
listIterator
- Specified by:
listIteratorin interfaceList<ExhibitionProductionManifestation>
-
subList
- Specified by:
subListin interfaceList<ExhibitionProductionManifestation>
-
equals
- Specified by:
equalsin interfaceCollection<ExhibitionProductionManifestation>- Specified by:
equalsin interfaceList<ExhibitionProductionManifestation>- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<ExhibitionProductionManifestation>- Specified by:
hashCodein interfaceList<ExhibitionProductionManifestation>- Overrides:
hashCodein classObject
-