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