Searched refs:textLookup (Results 1 – 1 of 1) sorted by relevance
784 public DateTimeFormatterBuilder appendText(TemporalField field, Map<Long, String> textLookup) { in appendText() argument786 Objects.requireNonNull(textLookup, "textLookup"); in appendText()787 Map<Long, String> copy = new LinkedHashMap<>(textLookup); in appendText()