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