Class CellReference


  • @Immutable
    public abstract class CellReference
    extends Object
    • Constructor Detail

      • CellReference

        public CellReference()
    • Method Detail

      • cell

        public abstract Cell cell()
      • goodHash

        public int goodHash()
        Cell.hashCode() implementation has a rather unfortunate case where it is always 0 if the row name and the column name match. We did not want to change it to keep backwards compatibility, but we need a uniform distribution here for all reasonable patterns.