Package no.unit.nva.model.funding
Class FundingList
java.lang.Object
no.unit.nva.model.funding.FundingList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends Funding> c) booleanaddAll(Collection<? extends Funding> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanvoidget(int index) inthashCode()intbooleanisEmpty()iterator()intlistIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanvoidreplaceAll(UnaryOperator<Funding> operator) booleanretainAll(Collection<?> c) intsize()voidsort(Comparator<? super Funding> c) stream()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(IntFunction<T[]> generator) <T> T[]toArray(T[] a)
-
Constructor Details
-
FundingList
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
iterator
-
toArray
-
toArray
- Specified by:
toArrayin interfaceCollection<Funding>
-
toArray
public <T> T[] toArray(T[] a) -
add
-
add
-
remove
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<Funding>- Specified by:
containsAllin interfaceList<Funding>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
replaceAll
- Specified by:
replaceAllin interfaceList<Funding>
-
sort
-
clear
public void clear() -
equals
-
hashCode
public int hashCode() -
get
-
set
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<Funding>
-
listIterator
- Specified by:
listIteratorin interfaceList<Funding>
-
listIterator
- Specified by:
listIteratorin interfaceList<Funding>
-
subList
-
spliterator
- Specified by:
spliteratorin interfaceCollection<Funding>- Specified by:
spliteratorin interfaceIterable<Funding>- Specified by:
spliteratorin interfaceList<Funding>
-
removeIf
- Specified by:
removeIfin interfaceCollection<Funding>
-
stream
- Specified by:
streamin interfaceCollection<Funding>
-
parallelStream
- Specified by:
parallelStreamin interfaceCollection<Funding>
-
forEach
-