Class NoValue

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class NoValue
    extends GSeriesValue
    The no-value data point used e.g. for a missing data point in a series.
    Author:
    Christopher Mindus
    • Field Detail

      • NO_VALUE

        public static final NoValue NO_VALUE
        The singleton of the NoValue.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Checks if two fill objects are equal.
        Specified by:
        equals in class GSeriesValue