Does java have a skip list implementation

后端 未结 7 1598
北恋
北恋 2021-02-13 03:51

I find ConcurrentSkipListSet in Java Collection Framework, which is backed up with a skip list. But is there a skip list in Java? A set does not work in my use case. I need a in

7条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-13 04:13

    I approve to use TreeList from apache-collections and decorate it with SortedList from Happy Java Libraries https://sourceforge.net/p/happy-guys/wiki/Sorted%20List/

提交回复
热议问题