polyglot.visit
Class FlowGraph.PeerKey

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

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

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


Field Summary
protected  int entry
           
protected  java.util.List list
           
 
Constructor Summary
FlowGraph.PeerKey(java.util.List list, int entry)
           
 
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

entry

protected int entry
Constructor Detail

FlowGraph.PeerKey

public FlowGraph.PeerKey(java.util.List list,
                         int entry)
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