摘要: Vector 定义说明: public class Vector<E> extends AbstractList<E> implements List<E>, RandomAccess, Cloneable, Serializable Vector底层也是一个对象数组: protected Obje 阅读全文
posted @ 2025-01-11 01:09 Luna-Evelyn 阅读(17) 评论(0) 推荐(0)