polyglot.visit
Class FlowGraph.ListKey

java.lang.Object
  extended by polyglot.visit.FlowGraph.ListKey
Enclosing class:
FlowGraph

protected static class FlowGraph.ListKey
extends java.lang.Object

Class to be used for inserting Lists in hashtables using collection equality (as defined in CollectionUtil).


Field Summary
protected  java.util.List list
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

protected java.util.List list
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object