Class AbstractHashable

java.lang.Object
ch.systemsx.cisd.common.reflection.AbstractHashable

public abstract class AbstractHashable extends Object
If you want your class to behave correctly when used in Maps or Sets, you can do this by:
  1. Extending this class
  2. Ensuring that all used field types implement equals() and hashCode() (e.g. by extending this class)
  • Constructor Details

    • AbstractHashable

      public AbstractHashable()
  • Method Details