- 博客(2)
- 收藏
- 关注
原创 Java8 String API
String 方法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 count)boolean equals(Object other)boolean equalsIgnoreCa
2022-02-24 16:53:08
331
原创 Java的基本类型
Java的基本类型基本类型特例基本类型基本类型大小最小值最大值包装类型boolean———Booleanchar16-bitUnicode oUnicode 216 - 1Characterbyte8 bits-128+127Byteshort16 bits-215+215 - 1Shortint32 bits-231+231 - 1Integerlong64 bits-263+263 - 1Long
2021-03-24 16:34:25
132
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人