DateTimeParseContext.setParsed

Stores the parsed chronology. !(p) This stores the chronology that has been parsed. No validation is performed other than ensuring it is not null. !(p) The list of listeners is copied and cleared so that each listener is called only once. A listener can add itself again if it needs to be notified of future changes.

@param chrono the parsed chronology, not null

  1. void setParsed(Chronology chrono)
    class DateTimeParseContext
    void
    setParsed
  2. void setParsed(ZoneId zone)

Meta