New Feature Ideas #15
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.
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?