MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / AirFilter

Class AirFilter

reflection/RegisteredFactories.java:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38class AirFilter extends Filter {
39 @Override
40 public AirFilter get() { return new AirFilter(); }
41}
42
43class CabinAirFilter extends Filter {
44 @Override public CabinAirFilter get() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected