faa.tg.list
Class RouteSegmentList

java.lang.Object
  extended by faa.tg.list.TgList<RouteSegment>
      extended by faa.tg.nas.route.RouteSegmentList
          extended by faa.tg.list.RouteSegmentList
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<RouteSegment>, java.util.Collection<RouteSegment>, java.util.List<RouteSegment>

public class RouteSegmentList
extends RouteSegmentList

THIS ONLY EXISTS FOR LEGACY CODE: DO NOT USE IT FOR NEW CLASSES.

 RouteSegmentList is an obsolete class extending TgList.  This class
 can be deleted when recordings before 2008-06-05 are no longer needed.
 
See the source: RouteSegmentList.java

Version:
$Id: RouteSegmentList.java,v 3.5 2008/08/25 20:30:57 lykensj Exp $
See Also:
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.nas.route.RouteSegmentList
theList
 
Constructor Summary
private RouteSegmentList()
          Deprecated.  
 
Method Summary
 
Methods inherited from class faa.tg.nas.route.RouteSegmentList
readResolve
 
Methods inherited from class faa.tg.list.TgList
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, 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

RouteSegmentList

private RouteSegmentList()
Deprecated. 

THIS ONLY EXISTS FOR LEGACY CODE: DO NOT USE IT FOR NEW CLASSES. Use a Vector<RouteSegment> or List<RouteSegment> instead.