Searched refs:FixedString (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DFormatter.java2618 al.add(new FixedString(s, i, m.start()));
2628 al.add(new FixedString(s, i, s.length()));
2651 private class FixedString implements FormatString { class in class:Formatter
2655 FixedString(String s, int start, int end) { method in class:Formatter.FixedString

Completed in 102 milliseconds