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 10:51:26 UTC

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

[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


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.


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

Posted by "Robert Hu (JIRA)" <ji...@apache.org>.
     [ 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.