Class DenseEncoding

    • Constructor Detail

      • DenseEncoding

        public DenseEncoding​(AMapToData map)
    • Method Detail

      • combine

        public DenseEncoding combine​(IEncode e)
        Description copied from interface: IEncode
        Combine two encodings, note it should be guaranteed by the caller that the number of unique multiplied does not overflow Integer.
        Specified by:
        combine in interface IEncode
        Parameters:
        e - The other side to combine with
        Returns:
        The combined encoding
      • getUnique

        public int getUnique()
        Specified by:
        getUnique in interface IEncode
      • isDense

        public boolean isDense()
        Description copied from interface: IEncode
        Signify if the counts are including zero or without zero.
        Specified by:
        isDense in interface IEncode
        Returns:
        is dense