Java Vector or ArrayList for Primitives

后端 未结 5 2260
滥情空心
滥情空心 2020-12-09 03:35

Is there an expandable array class in the Java API equivalent to the Vector or ArrayList class that can be used with primitives (int, char, double,

5条回答
  •  余生分开走
    2020-12-09 04:01

    Joda-Primitives.

    There is also Primitive Collections for Java but it's a bit out of date.

提交回复
热议问题