Class DeltaRecord

  • All Implemented Interfaces:
    org.apache.poi.common.Duplicatable, GenericRecord

    public final class DeltaRecord
    extends StandardRecord
    Controls the accuracy of the calculations
    • Constructor Detail

      • DeltaRecord

        public DeltaRecord​(double maxChange)
      • DeltaRecord

        public DeltaRecord​(DeltaRecord other)
    • Method Detail

      • getMaxChange

        public double getMaxChange()
        get the maximum change
        Returns:
        maxChange - maximum rounding error
      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class Record
        Returns:
        he id for this record
      • copy

        public DeltaRecord copy()
        Specified by:
        copy in interface org.apache.poi.common.Duplicatable
        Specified by:
        copy in class StandardRecord
      • getGenericProperties

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()