Searched defs:CHAR_STRING_ARRAY (Results 1 – 1 of 1) sorted by relevance
33 private static final String[] CHAR_STRING_ARRAY = new String[128]; field in CharUtils63 ArrayUtils.setAll(CHAR_STRING_ARRAY, i -> String.valueOf((char) i)); in ArrayUtils.setAll() argument