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.java775 public DateTimeFormatterBuilder appendText(TemporalField field, Map<Long, String> textLookup) { in appendText() argument
777 Objects.requireNonNull(textLookup, "textLookup"); in appendText()
778 Map<Long, String> copy = new LinkedHashMap<>(textLookup); in appendText()