GWT (2.5) emulates AbstractQueue but provides no implementations. Google Guava (13.0.1) provides the Queues class but it isn't GwtCompatible.
Before I proceed to implement my own GWT queue, am I missing an available implementation somewhere?
The LinkedList class is emulated by GWT and implements the Queue interface. GWT emulates all the key queue methods, including add()
and remove()
, thus making it perfectly usable as a queue.
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