faa.tg.nas.route
Class RouteSegmentList

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

public class RouteSegmentList
extends TgList<RouteSegment>

 THIS ONLY EXISTS FOR LEGACY CODE: DO NOT USE IT FOR NEW CLASSES.
 
This is obsolete and is only needed while recordings created before 2007/05/09 are still needed (probably until 2009/05/31).

See the source: RouteSegmentList.java

Version:
$Id: RouteSegmentList.java,v 3.4 2008/08/25 20:30:58 lykensj Exp $
See Also:
Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID.
(package private) static long serialVersionUID
           
protected  java.util.Vector<RouteSegment> theList
           
 
Constructor Summary
RouteSegmentList()
          Deprecated.  
 
Method Summary
protected  java.util.List<RouteSegment> readResolve()
           
private  boolean validated(java.util.Vector<RouteSegment> list)
           
 
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

theList

protected java.util.Vector<RouteSegment> theList
Constructor Detail

RouteSegmentList

public RouteSegmentList()
Deprecated. 

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

Method Detail

readResolve

protected java.util.List<RouteSegment> readResolve()
                                            throws java.io.ObjectStreamException
Overrides:
readResolve in class TgList<RouteSegment>
Throws:
java.io.ObjectStreamException

validated

private boolean validated(java.util.Vector<RouteSegment> list)