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?
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With