New Feature Ideas #15

Closed
opened 2021-09-20 03:23:34 +02:00 by Speiger · 0 comments
Owner
  • Collection.addAll(int[]) arrayinput
  • Stream replacers should support Java Iterators too and wrap them forcefully
  • Buffer Support (so no array copy is needed)
  • FIFOQueue should have a minimum size variable so it never goes below that. Like HashMaps
  • UnsortedHash Maps/Sets should throw a Concurrent exception if rehash fails instead of a ArrayOutofBoundsException. For clearty of what exactly was the issue.
- [X] Collection.addAll(int[]) arrayinput - [X] Stream replacers should support Java Iterators too and wrap them forcefully - [X] Buffer Support (so no array copy is needed) - [X] FIFOQueue should have a minimum size variable so it never goes below that. Like HashMaps - [X] UnsortedHash Maps/Sets should throw a Concurrent exception if rehash fails instead of a ArrayOutofBoundsException. For clearty of what exactly was the issue.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Speiger/Primitive-Collections#15
No description provided.