Interface FilterCriteriaMixIn
- All Superinterfaces:
Collection<FilterCriterion>,Iterable<FilterCriterion>,List<FilterCriterion>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddAll(Collection<? extends FilterCriterion> c) booleanisEmpty()toArray()Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray
-
Method Details
-
isEmpty
boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<FilterCriterion>- Specified by:
isEmptyin interfaceList<FilterCriterion>
-
toArray
FilterCriterion[] toArray()- Specified by:
toArrayin interfaceCollection<FilterCriterion>- Specified by:
toArrayin interfaceList<FilterCriterion>
-
addAll
- Specified by:
addAllin interfaceCollection<FilterCriterion>- Specified by:
addAllin interfaceList<FilterCriterion>
-