捉虫小bug: QueueTest 测试类中添加12个元素,但是数组长度默认为11 private static final int DEFAULT_INITIAL_CAPACITY=11; 测试就会出现数组越界异常