LinkedList doesn't implement Queue
Brought to you by:
bonniot
In Java 1.5.0, the java.util.LinkedList class
implements the java.util.Queue interface. This
functionality doesn't carry over into java.nice, so you
can't pass LinkedLists to methods that expect Queues,
whilst you can in Java.
Would it break backwards compatability to fix this?