未分类

寻找一个特殊的Java集合

英文: looking for a special java collection 问题 有没有一种 Java 集合,只允许插入唯一的对象,并且带有一个 get (index i) 方法? 起初我考虑...