Searched refs:textLookup (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/time/format/
H A DDateTimeFormatterBuilder.java779 * @param textLookup the map from the value to the text
782 public DateTimeFormatterBuilder appendText(TemporalField field, Map<Long, String> textLookup) { argument
784 Objects.requireNonNull(textLookup, "textLookup");
785 Map<Long, String> copy = new LinkedHashMap<>(textLookup);

Completed in 103 milliseconds