soot.toolkits.scalar
Class Pair

java.lang.Object
  extended bysoot.toolkits.scalar.Pair

public class Pair
extends Object

Just a pair of arbitrary objects.

Author:
Ondrej Lhotak

Field Summary
protected  Object o1
           
protected  Object o2
           
 
Constructor Summary
Pair(Object o1, Object o2)
           
 
Method Summary
 boolean equals(Object other)
           
 Object getO1()
           
 Object getO2()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

o1

protected Object o1

o2

protected Object o2
Constructor Detail

Pair

public Pair(Object o1,
            Object o2)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(Object other)

toString

public String toString()

getO1

public Object getO1()

getO2

public Object getO2()