Any implementation of Ordered Set in Java?

后端 未结 10 1958
说谎
说谎 2020-12-01 09:00

If anybody is familiar with Objective-C there is a collection called NSOrderedSet that acts as Set and its items can be accessed as an Array

10条回答
  •  无人及你
    2020-12-01 09:28

    IndexedTreeSet from the indexed-tree-map project provides this functionality (ordered/sorted set with list-like access by index).

提交回复
热议问题