摘要:
ohhhhhhh马上又要开学 Date类日期时间Date():使用当前日期和时间来初始化对象Date(long millisec):millisec是从1970年1月1日起的毫秒数boolean after(Date date)boolean before(Date date)Object clon 阅读全文
posted @ 2023-08-16 19:33
夏季彼岸德
阅读(13)
评论(0)
推荐(0)
摘要:
Array类提供的所有方法是静态的public static int binarySearch(Object[] a, Object key):对排序好的数组进行二分查找操作,返回搜索键的索引,找不到返回-1public static boolean equals(type[] a, type[] 阅读全文
posted @ 2023-08-16 19:32
夏季彼岸德
阅读(10)
评论(0)
推荐(0)
摘要:
void setCharAt(int index, char ch):将给定索引出的字符设置为chvoid setLength(int newLength):设置字符序列的长度CharSequence subSequence(int start,int end)String substring(in 阅读全文
posted @ 2023-08-16 19:31
夏季彼岸德
阅读(13)
评论(0)
推荐(0)
摘要:
replace(int start, int end, String str):使用给定String中的字符替换此序列的子字符串中的字符int capacity():当前容量char charA(int index):返回此序列中指定索引处的char值void ensureCapacity(int 阅读全文
posted @ 2023-08-16 19:31
夏季彼岸德
阅读(12)
评论(0)
推荐(0)

浙公网安备 33010602011771号