faa.tg.list
Class FrequencyList

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

public class FrequencyList
extends TgList<Frequency>

 FrequencyList represents the TgList that encapsulates objects of type Frequency
 See the source:
   FrequencyList.java 
 

Version:
$Id: FrequencyList.java,v 3.4 2008/08/25 20:30:57 lykensj Exp $
Author:
Michael E. Ross See the source: FrequencyList.java , Michael E. Ross
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 FrequencyList()
          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

FrequencyList

private FrequencyList()
Deprecated. 

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