ptolemy.actor.gt
Class GraphAnalyzer.IndexedLists

java.lang.Object
  extended by ptolemy.actor.gt.data.FastLinkedList<GraphAnalyzer.IndexedList>
      extended by ptolemy.actor.gt.GraphAnalyzer.IndexedLists
All Implemented Interfaces:
java.lang.Iterable<GraphAnalyzer.IndexedList>, java.util.Collection<GraphAnalyzer.IndexedList>
Direct Known Subclasses:
GraphAnalyzer.Path
Enclosing class:
GraphAnalyzer

public static class GraphAnalyzer.IndexedLists
extends FastLinkedList<GraphAnalyzer.IndexedList>

A list of IndexedLists.

Since:
Ptolemy II 7.1
Version:
$Id: GraphAnalyzer.java 57040 2010-01-27 20:52:32Z cxh $
Author:
Thomas Huining Feng
Accepted Rating:
Red (tfeng)
Proposed Rating:
Yellow (tfeng)

Nested Class Summary
 
Nested classes/interfaces inherited from class ptolemy.actor.gt.data.FastLinkedList
FastLinkedList.Entry
 
Constructor Summary
GraphAnalyzer.IndexedLists()
           
 
Method Summary
 
Methods inherited from class ptolemy.actor.gt.data.FastLinkedList
add, addAll, addEntryAfter, addEntryBefore, addEntryToHead, addEntryToTail, clear, contains, containsAll, findEntry, getHead, getTail, isEmpty, iterator, remove, removeAll, removeAllAfter, removeAllBefore, retainAll, size, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

GraphAnalyzer.IndexedLists

public GraphAnalyzer.IndexedLists()