摘要:
最近在学习并发map的源码,如果由错误欢迎指出。这仅供我自己学习记录使用。 首先就先来说一下几个全局变量 private static final int MAXIMUM_CAPACITY = 1 << 30; //最大容量2的30次方 private static final int DEFAUL 阅读全文
摘要:
Vector类的基本属性 protected Object[] elementData; /** * The number of valid components in this {@code Vector} object. * Components {@code elementData[0]} t 阅读全文