[ https://issues.apache.org/jira/browse/HARMONY-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Hu updated HARMONY-4126:
-------------------------------
Attachment: HARMONY-4126.diff
Please try this patch.
Thanks a lot!
> [classlib][luni][java6] New feature of java.util.PriorityQueue for java6
> ------------------------------------------------------------------------
>
> Key: HARMONY-4126
> URL: https://issues.apache.org/jira/browse/HARMONY-4126
> Project: Harmony
> Issue Type: New Feature
> Components: Classlib
> Reporter: Robert Hu
> Attachments: HARMONY-4126.diff
>
>
> I've added the new feature of java.util.PriorityQueue for java6:
> 1. the behavior of remove method is changed, and some relative test cases is added
> 2. some methods in "java.util.AbstractCollection" of java5 are moved into java.util.PriorityQueue
(push down) of java6, also with some relative test cases:
> public boolean contains(Object object)
> public Object[] toArray()
> public <T> T[] toArray(T[] array)
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|