ptolemy.actor.gt
Class GraphMatcher.ObjectList

java.lang.Object
  extended by ptolemy.actor.gt.data.FastLinkedList<java.lang.Object>
      extended by ptolemy.actor.gt.GraphMatcher.ObjectList
All Implemented Interfaces:
java.lang.Iterable<java.lang.Object>, java.util.Collection<java.lang.Object>
Enclosing class:
GraphMatcher

private static class GraphMatcher.ObjectList
extends FastLinkedList<java.lang.Object>

A list of Java objects.

Since:
Ptolemy II 7.1
Version:
$Id: GraphMatcher.java 57046 2010-01-27 23:35:53Z 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
private GraphMatcher.ObjectList()
           
 
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

GraphMatcher.ObjectList

private GraphMatcher.ObjectList()