String StringBuffer StringBuilder 深度剖析

String /** The value is used for character storage. */ private final char value[]; /** The offset is the first index of the storage that is used. */ private final int offset; //第一個元素 /*
相關文章
相關標籤/搜索