faa.tg.list
Class AirportList

java.lang.Object
  extended by faa.tg.list.TgList<Airport>
      extended by faa.tg.list.AirportList
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<Airport>, java.util.Collection<Airport>, java.util.List<Airport>

public class AirportList
extends TgList<Airport>

 AirportList represents the TgList that encapsulates objects of type Airport
 
See the source: AirportList.java

Version:
$Id: AirportList.java,v 3.4 2008/08/25 20:30:57 lykensj Exp $
Author:
Scott Doucett
See Also:
TgList, Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
(package private) static long serialVersionUID
           
 
Fields inherited from class faa.tg.list.TgList
theList
 
Constructor Summary
private AirportList()
          Deprecated.  
 
Method Summary
 
Methods inherited from class faa.tg.list.TgList
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, readResolve, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values
Constructor Detail

AirportList

private AirportList()
Deprecated. 

THIS ONLY EXISTS FOR LEGACY CODE: DO NOT USE IT FOR NEW CLASSES. Constructs an empty list.