Searched refs:maxLen (Results 1 – 1 of 1) sorted by relevance
211 private static <T> String formatCollection(Collection<T> collection, int maxLen) { in formatCollection() argument219 if ((builder.length() + val.length()) > maxLen - "...]".length()) { in formatCollection()