soot.jimple.spark.ondemand.genericutil
Class UnorderedPair<U,V>

java.lang.Object
  extended by soot.jimple.spark.ondemand.genericutil.UnorderedPair<U,V>

public class UnorderedPair<U,V>
extends Object


Field Summary
 U o1
           
 V o2
           
 
Constructor Summary
UnorderedPair(U o1, V o2)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

o1

public U o1

o2

public V o2
Constructor Detail

UnorderedPair

public UnorderedPair(U o1,
                     V o2)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object