com.sun.electric.tool.logicaleffort
Class LETool.UniqueNodeMap

java.lang.Object
  extended by com.sun.electric.tool.logicaleffort.LETool.UniqueNodeMap
Enclosing class:
LETool

public static class LETool.UniqueNodeMap
extends java.lang.Object

What I really want is to overload VarContext.hashCode to be based on the string path, but that is really only valid for this particular application, so instead I made a map that uses the string path as the key.


Constructor Summary
LETool.UniqueNodeMap()
           
 
Method Summary
 Cell get(VarContext context)
           
 void put(VarContext context, Cell cell)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LETool.UniqueNodeMap

public LETool.UniqueNodeMap()
Method Detail

put

public void put(VarContext context,
                Cell cell)

get

public Cell get(VarContext context)

size

public int size()