I am using trove 3.0.3 library in java project. All classes in gnu.trove.queue (TByteQueue, TDoubleQueue ...) are all interfaces. Where I can find implementation of Queue classes?
Trove Library Queue implementation
Asked Answered
Queues are not yet implemented in Trove.
is there a plan to do so? –
Retorsion
@AlexAverbuch Unlikely. Use GS collections –
Pertinent
Thanks @leventov. Are you a/the Trove developer? –
Retorsion
@AlexAverbuch no, but there is no considerable activity in the Trove repo for years. –
Pertinent
to not hijack this question I've created a new question here #27707430 it would be great if you could assist! –
Retorsion
You can emulate simple Queue of double using TDoubleLinkedList. It can insert to tail and to head in O(1) time.
Queues are not yet implemented in Trove.
is there a plan to do so? –
Retorsion
@AlexAverbuch Unlikely. Use GS collections –
Pertinent
Thanks @leventov. Are you a/the Trove developer? –
Retorsion
@AlexAverbuch no, but there is no considerable activity in the Trove repo for years. –
Pertinent
to not hijack this question I've created a new question here #27707430 it would be great if you could assist! –
Retorsion
© 2022 - 2024 — McMap. All rights reserved.