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