Richard Ware wrote:
I'm going to try using a modified form of NamedList, based on the following:

   - Keep all the present code using the internal LinkedList.
- Also keep the named-object references in an internal HashSet, hashing on the name.
I meant to say, add an internal HashMap that maps the object names to the named-object
references.
- Since I won't be using a Tree, I can forget about meddling with Nameable.equals() .

----------------------------------------------------------------------------
Posted to the ptolemy-hackers mailing list.  Please send administrative
mail for this list to: [EMAIL PROTECTED]

Reply via email to