net.sf.javabdd
Class UberMicroFactory.TripleOfInts

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

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


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

Constructor Detail

UberMicroFactory.TripleOfInts

public UberMicroFactory.TripleOfInts(int x,
                                     int y,
                                     int z)
Method Detail

equals

public boolean equals(UberMicroFactory.TripleOfInts 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