Searched defs:FixedString (Results 1 – 1 of 1) sorted by relevance
2683 private class FixedString implements FormatString { class in Formatter2685 FixedString(String s) { this.s = s; } in FixedString() method in Formatter.FixedString