|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.logicaleffort.LETool.UniqueNodeMap
public static class LETool.UniqueNodeMap
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 |
---|
public LETool.UniqueNodeMap()
Method Detail |
---|
public void put(VarContext context, Cell cell)
public Cell get(VarContext context)
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |