Menu

#165 LinkedList doesn't implement Queue

open
nobody
None
5
2005-08-06
2005-08-06
Anonymous
No

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?

Discussion


Log in to post a comment.