哪个库最适合有序地图实现?
实施必须是
1) 通用
2) 可通过整数索引访问
来自 JRE 的一个无法通过索引访问: http: //docs.oracle.com/javase/7/docs/api/java/util/LinkedHashMap.html
Commons-Collections 3.2 中的一个不是通用的:http ://commons.apache.org/proper/commons-collections//javadocs/api-release/org/apache/commons/collections/map/LinkedMap.html
Commons-Collection 4.0 中的一个尚未发布。
并且在 Guava 中找不到合适的课程。有吗?