Class RolapResult.CellInfoMap

    • Constructor Summary

      Constructors 
      Constructor Description
      CellInfoMap​(CellKey point)
      Creates a CellInfoMap
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()
      Removes all CellInfo objects from container.
      RolapResult.CellInfo create​(int[] pos)
      Creates a new CellInfo object, adds it to the container a location pos and returns it.
      RolapResult.CellInfo lookup​(int[] pos)
      Gets the CellInfo object at the location pos.
      int size()
      Returns the number of CellInfo objects in this container.
      void trimToSize()
      Reduces the size of the internal data structures needed to support the current entries.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait