Class CellMap

java.lang.Object
com.independentsoft.calc.engine.CellMap

public final class CellMap extends Object
  • Constructor Details

    • CellMap

      public CellMap()
    • CellMap

      public CellMap(int capacity)
  • Method Details

    • size

      public int size()
    • get

      public CellSlot get(long key)
    • put

      public void put(long key, CellSlot slot)
    • values

      public List<CellSlot> values()
    • keys

      public long[] keys()