Vector and ArrayList in Java
摘要:
Internally, both classes use array. Vector by default double the array size when array is full, while ArrayList increases the array size by 50%.Vector... 阅读全文
posted @ 2016-01-22 13:51 touchdown 阅读(109) 评论(0) 推荐(0)