将List <e>表示为SortedMap <整数,e>在Java?</integer,e> </e>

时间:2014-11-28 22:08:40

标签: java collections apache-commons-collection guava

流行的集合库中是否有任何包装器,它实现List<E>的包装器,以便可以使用List<E>SortedMap<Integer,E>接口访问它?

目标是在插入操作上移动索引并在添加操作上自动生成

1 个答案:

答案 0 :(得分:0)

据我所知,ArrayListLinkedList都提供了这些功能:附加(添加操作时自动生成的含义)显然是可行的,当你执行add(int index, E element)时索引会被移动