net.sf.javabdd
Class UberMicroFactory.PairOfInts

java.lang.Object
  extended by net.sf.javabdd.UberMicroFactory.PairOfInts
Enclosing class:
UberMicroFactory

public static class UberMicroFactory.PairOfInts
extends java.lang.Object


Constructor Summary
UberMicroFactory.PairOfInts(int x, int y)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 boolean equals(UberMicroFactory.PairOfInts o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UberMicroFactory.PairOfInts

public UberMicroFactory.PairOfInts(int x,
                                   int y)
Method Detail

equals

public boolean equals(UberMicroFactory.PairOfInts o)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object