Class BaseTemporal

    • Constructor Detail

      • BaseTemporal

        public BaseTemporal()
    • Method Detail

      • getPrecision

        public Precision getPrecision()
      • getEvaluationOffset

        public java.time.ZoneOffset getEvaluationOffset()
      • setEvaluationOffset

        public void setEvaluationOffset​(java.time.ZoneOffset evaluationOffset)
      • getHighestPrecision

        public static java.lang.String getHighestPrecision​(BaseTemporal... values)
      • getLowestPrecision

        public static java.lang.String getLowestPrecision​(BaseTemporal... values)
      • compare

        public abstract java.lang.Integer compare​(BaseTemporal other,
                                                  boolean forSort)
      • compareToPrecision

        public abstract java.lang.Integer compareToPrecision​(BaseTemporal other,
                                                             Precision p)
      • isUncertain

        public abstract boolean isUncertain​(Precision p)
      • getUncertaintyInterval

        public abstract Interval getUncertaintyInterval​(Precision p)