Class DeltaDictionary

  • All Implemented Interfaces:
    Serializable, IDictionary

    public class DeltaDictionary
    extends Dictionary
    This dictionary class is a specialization for the DeltaDDCColgroup. Here the adjustments for operations for the delta encoded values are implemented.
    See Also:
    Serialized Form
    • Constructor Detail

      • DeltaDictionary

        public DeltaDictionary​(double[] values,
                               int numCols)