[
https://issues.apache.org/jira/browse/COLLECTIONS-351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13604654#comment-13604654
]
Thomas Neidhart edited comment on COLLECTIONS-351 at 3/18/13 7:38 AM:
----------------------------------------------------------------------
Yes this makes sense, I had the same thoughts.
Currently I do the migration from Buffer to Queue, and I kept the
UnmodifiableQueue, as there is no counterpart in the JDK (although its use is
very limited I guess, at least as safe-guard for EMPTY_QUEUE).
Collections.unmodifiableCollection does not provide you a Queue interface, so
it can not be used.
The same applies for other packages like bidimap, bag, trie.
was (Author: tn):
Yes this makes sense, I had the same thoughts.
Currently I do the migration from Buffer to Queue, and I kept the
UnmodifiableQueue, as there is no counterpart in the JDK.
Collections.unmodifiableCollection does not provide you a Queue interface, so
it can not be used.
The same applies for other packages like bidimap, bag, trie.
> Remove features now supported in the JDK
> ----------------------------------------
>
> Key: COLLECTIONS-351
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-351
> Project: Commons Collections
> Issue Type: Task
> Reporter: Henri Yandell
> Fix For: 4.0
>
>
> For example, IdentityMap is (from 1.4) aka java.util.IdentityHashMap. There
> are definitely going to be others.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira