2005/10/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
Trustin,

I have some questions for you:

- Is there a reason to use a Queue instead of (the less restrictive) List?

We need a pop() operation.   That's all for now. :)

- If so, is there a reason to use a custom Queue instead of those from Java?

First, java.util.Queue appeared in JDK 1.5.  We support JDK 1.4 or above.

And the queues provided by JDK is less effecient than our circular queue implementation.  There's no circular queue implementation in JDK 1.5 yet.

Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/

Reply via email to