On 15/02/2018 17:20, Jim Laskey wrote:
This is a pre-CSR code review [1] for String repeat methods (Enhancement).
The proposal is to introduce four new methods;
1. public String repeat(final int count)
2. public static String repeat(final char ch, final int count)
3. public static String repeat(final int codepoint, final int count)
4. public static String repeat(final CharSequence seq, final int count)
Just catching up on this thread and it's hard to see where the bidding
is currently at. Are you planning to send an updated proposal, a list of
methods is fine, even if it's just one, is okay (implementation can
follow later).
-Alan