哪个更适合使用,vector 或 arraylist? [复制]
Posted
技术标签:
【中文标题】哪个更适合使用,vector 或 arraylist? [复制]【英文标题】:Which one is better to work with, vector or arraylist? [duplicate] 【发布时间】:2019-11-04 19:40:34 【问题描述】:我必须编写一个程序,使用对象数组来制作一个接收 ID、姓名、性别...等的人类型对象。使用 arraylist 或向量更好?
【问题讨论】:
ArrayList
- Vector
是古老的。
在发布之前始终彻底搜索 Stack Overflow。
@BasilBourque 是的,对不起,我是 *** 的新手
【参考方案1】:
ArrayList
更好(如果您需要线程安全列表,请使用Collections.synchronizedList
,我怀疑您这样做)。见this question。
【讨论】:
以上是关于哪个更适合使用,vector 或 arraylist? [复制]的主要内容,如果未能解决你的问题,请参考以下文章
Mat 或 vector<Point2f> 哪种类型更适合与函数 estimateRigidTransform() 一起使用?
哪个包更适合在真实项目 mongodb 或 mongoose 中使用?