wt.eff
Class EffSet.Element

java.lang.Object
  extended bywt.eff.EffSet.Element
All Implemented Interfaces:
Serializable
Enclosing class:
EffSet

public static class EffSet.Element
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Eff eff
           
 
Constructor Summary
EffSet.Element(Eff eff)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eff

public final Eff eff
Constructor Detail

EffSet.Element

public EffSet.Element(Eff eff)
Method Detail

equals

public boolean equals(Object obj)

hashCode

public int hashCode()