Looking over the API some more...
Is the (can the) Queue be Task agnostic? That is, can the Queue
accept any task even if invalid? Can we move all acceptX() methods?
I like this because it pushes validation logic elsewhere and makes the
Queue very general. The only bit that does not work well is a maxSize
concept on Queue. What is the expected behavior when you hit the
maxSize? perhaps we can add an isFull() method to Queue
ryan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]