Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java805 public DateTimeFormatterBuilder appendText(TemporalField field, Map<Long, String> textLookup) { in appendText() argument
807 Objects.requireNonNull(textLookup, "textLookup"); in appendText()
808 Map<Long, String> copy = new LinkedHashMap<>(textLookup); in appendText()