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/11 11:03:26 UTC

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

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

Robert Hu deleted HARMONY-4126:
-------------------------------


> [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
>            Reporter: Robert Hu
>
> 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.