In moving the last of the classes around before 3.0 I rediscovered
CommonsLinkedList. I am remoulding this, however I found that it has the
following additional methods to List:
  addFirst
  addLast
  getFirst
  getLast
  removeFirst
  removeLast

Some other libraries have a Deque interface that is a subinterface of List.
Other names are SList and DList. So, should we add a Deque interface to
[collections]?? (We can't add it after 3.0 as a Deque interface implies a
deque subpackage......or does it?)

Stephen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to