filteredList property

List<E> filteredList

Filtered list. Same as originalList if filter is null.

Implementation

List<E> get filteredList;