[ 
https://issues.apache.org/jira/browse/PIVOT-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715591#action_12715591
 ] 

Greg Brown commented on PIVOT-20:
---------------------------------

The following collection classes are now complete:

- ArrayList
- ArrayStack
- ArrayQueue
- LinkedList
- LinkedStack
- LinkedQueue
- EnumList
- EnumMap
- EnumSet

One API change associated with this update was the elimination of the 
Sequence.Sort and Sequence.Search classes. This functionality has been moved 
into ArrayList itself, which allows for better optimization and use of existing 
JDK APIs (specifically, the Arrays class).

Another API change was the separation of Stack and Queue into their own 
interfaces (they no longer extend List). This provides a clearer definition of 
these class' functionality.



> Complete collection classes
> ---------------------------
>
>                 Key: PIVOT-20
>                 URL: https://issues.apache.org/jira/browse/PIVOT-20
>             Project: Pivot
>          Issue Type: Improvement
>          Components: core-collections
>            Reporter: Greg Brown
>            Assignee: Greg Brown
>             Fix For: 1.3
>
>
> Provide Pivot-native implementations for:
> - ArrayList
> - LinkedList
> - HashMap
> - HashSet
> - EnumSet

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to