Class ORFilter
java.lang.Object
org.deltava.filter.MultiFilter
org.deltava.filter.ORFilter
- All Implemented Interfaces:
AirportFilter
An Airport filter to support multiple chained filters.
- Since:
- 5.0
- Version:
- 5.0
- Author:
- Luke
-
Field Summary
Fields inherited from class MultiFilter
_filters -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MultiFilter
addMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AirportFilter
filterModifier and TypeMethodDescriptiondefault Collection<Airport> filter(Collection<Airport> airports) Filters a Collection of Airports.
-
Constructor Details
-
ORFilter
public ORFilter()
-
-
Method Details
-
accept
Description copied from interface:AirportFilterDetermines whether the Airport matches the criteria set by this Filter.- Parameters:
a- the Airport bean to examine- Returns:
- TRUE if the airport matches the criteria, otherwise FALSE
-