[concurrency-interest] Questions about LinkedQueue
Doug Lea
dl@cs.oswego.edu
Mon, 25 Nov 2002 18:54:19 -0500
Hi Bill; Nice to see you on this list.
William Collins wrote:
> For the LinkedQueue class:
>
> 1. Does the add method insert at the end of the list?
>
> 2. Does the Iterator support the remove method?
>
Yes to both.
If someone were to supply some documentation someday, it would say
such things. (We ARE busily doing work on JSR-166, but unfortunately
haven't made much progress on solidifying javadocs lately.)
--
Doug Lea, Computer Science Department, SUNY Oswego, Oswego, NY 13126 USA
dl@cs.oswego.edu 315-312-2688 FAX:315-312-5424 http://gee.cs.oswego.edu/