Class MultiFilter
java.lang.Object
org.deltava.filter.MultiFilter
- All Implemented Interfaces:
AirportFilter
An abstract AirportFilter to support filter chains.
- Since:
- 5.0
- Version:
- 9.1
- Author:
- Luke
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AirportFilter
accept, filterModifier and TypeMethodDescriptionbooleanDetermines whether the Airport matches the criteria set by this Filter.default Collection<Airport> filter(Collection<Airport> airports) Filters a Collection of Airports.
-
Field Details
-
_filters
-
-
Constructor Details
-
MultiFilter
public MultiFilter()
-
-
Method Details
-
add
-