faa.tg.list
Class RouteNodeList

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

public class RouteNodeList
extends TgList<RouteNode>

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

 RouteNodeList represents the TgList that encapsulates objects of type RouteNode
 See the source:
   RouteNodeList.java 
 

Version:
$Id: RouteNodeList.java,v 3.5 2008/08/25 20:30:57 lykensj Exp $
Author:
Tim Kimmet See the source: RouteNodeList.java , Tim Kimmet
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 RouteNodeList()
          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

RouteNodeList

private RouteNodeList()
Deprecated. 

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