Package com.qfs.dic

Interface IWritableDictionary.ILongDictionary

    • Method Detail

      • copyInto

        default void copyInto​(int position,
                              IWritableCell cell)
        Description copied from interface: IDictionary
        Copies the de-dictionarized value at a given position into the provided cell.
        Specified by:
        copyInto in interface IDictionary<Long>
        Parameters:
        position - dictionarized value to read
        cell - cell filled with the corresponding value
      • mapFromCell

        default int mapFromCell​(IReadableCell cell)
        Description copied from interface: IWritableDictionary
        Maps the value stored by a cell into this dictionary.
        Specified by:
        mapFromCell in interface IWritableDictionary<Long>
        Parameters:
        cell - cell containing the value to map
        Returns:
        the dictionary position for the mapped value