soot.jimple.spark.sets
Class SharedListSet.Pair

java.lang.Object
  extended by soot.jimple.spark.sets.SharedListSet.Pair
Enclosing class:
SharedListSet

public class SharedListSet.Pair
extends Object


Field Summary
 Node first
           
 SharedListSet.ListNode second
           
 
Constructor Summary
SharedListSet.Pair(Node first, SharedListSet.ListNode second)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public Node first

second

public SharedListSet.ListNode second
Constructor Detail

SharedListSet.Pair

public SharedListSet.Pair(Node first,
                          SharedListSet.ListNode second)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object