Package ptolemy.actor.gt
Class GraphAnalyzer.IndexedLists
- java.lang.Object
-
- ptolemy.actor.gt.data.FastLinkedList<GraphAnalyzer.IndexedList>
-
- 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$
- Author:
- Thomas Huining Feng
- Pt.AcceptedRating:
- Red (tfeng)
- Pt.ProposedRating:
- Yellow (tfeng)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ptolemy.actor.gt.data.FastLinkedList
FastLinkedList.Entry
-
-
Constructor Summary
Constructors Constructor Description 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
-
-