Package de.gematik.combine.filter.jexl
Class JexlFilterList<T>
java.lang.Object
de.gematik.combine.filter.jexl.JexlFilterList<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int arg0, Collection<? extends T> arg1) booleanaddAll(Collection<? extends T> arg0) voidclear()booleanbooleancontainsAll(Collection<?> arg0) intcount()intdistinct()voidget(int arg0) intbooleanisEmpty()iterator()intlastIndexOf(Object arg0) listIterator(int arg0) remove(int arg0) booleanbooleanremoveAll(Collection<?> arg0) booleanvoidreplaceAll(UnaryOperator<T> operator) booleanretainAll(Collection<?> arg0) intsize()voidsort(Comparator<? super T> c) stream()subList(int arg0, int arg1) Object[]toArray()<T> T[]toArray(IntFunction<T[]> generator) <T> T[]toArray(T[] arg0)
-
Constructor Details
-
JexlFilterList
public JexlFilterList() -
JexlFilterList
-
-
Method Details
-
distinct
-
count
public int count() -
count
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
iterator
-
toArray
-
toArray
public <T> T[] toArray(T[] arg0) -
add
-
remove
-
containsAll
-
addAll
-
addAll
-
removeAll
-
retainAll
-
replaceAll
-
sort
-
clear
public void clear() -
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
-
listIterator
-
listIterator
-
subList
-
spliterator
-
toArray
-
removeIf
-
stream
-
parallelStream
-
forEach
-