|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpolyglot.visit.FlowGraph.PeerKey
protected static class FlowGraph.PeerKey
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 |
|---|
protected java.util.List list
protected int entry
| Constructor Detail |
|---|
public FlowGraph.PeerKey(java.util.List list,
int entry)
| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||