Uses of Class
edu.pdx.cs.joy.AbstractAirline
Packages that use AbstractAirline
Package
Description
This package contains classes and interfaces used in the projects
for The Joy of Coding with Java and Android.
-
Uses of AbstractAirline in edu.pdx.cs.joy
Classes in edu.pdx.cs.joy with type parameters of type AbstractAirlineModifier and TypeInterfaceDescriptioninterfaceAirlineDumper<T extends AbstractAirline>Classes that implement this interface dump the contents of an airline to some destination.interfaceAirlineParser<T extends AbstractAirline>Classes that implement this interface read some source and from it create an airline. -
Uses of AbstractAirline in edu.pdx.cs.joy.airline
Subclasses of AbstractAirline in edu.pdx.cs.joy.airline