package API;public class String {//String常用API//char charAt(int index)//int codePointAt(int index)//int offsetByCodePoints(int startIndex, int cpCount)//int compareTo(String other)//IntStream codePoints()//new String(int[] codePoints, int offset, int cou…