You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Robert Hu (JIRA)" <ji...@apache.org> on 2007/06/21 04:17:26 UTC

[jira] Closed: (HARMONY-4203) [classlib][luni][java6] New feature of java.util.PriorityQueue for java6

     [ https://issues.apache.org/jira/browse/HARMONY-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Hu closed HARMONY-4203.
------------------------------


Verified.
Sorry for the inconvenience caused.
Thanks a lot!

> [classlib][luni][java6] New feature of java.util.PriorityQueue for java6
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-4203
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4203
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Robert Hu
>            Assignee: Tim Ellison
>         Attachments: HARMONY-4203.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.