Issues found by replacing FastUtil with Primitive Collections #12

Closed
opened 2021-06-23 18:23:34 +02:00 by Speiger · 0 comments
Owner
  • Stack.isEmpty() is missing
  • Map.get function should not use suffixes if it is not needed
  • PriorityQueue.enqueue should not use a suffix
  • Lists.shuffle needs to be a thing
  • AbstractObjectCollection should not depricate java collections.
  • Unmodifyable should not be a type (List/Map/Set)
  • Stack.push should not have a suffix.
  • Map.remove should not be trimmed.
  • Map.containsKey needs to be visible.
  • PriorityQueues is missing.
  • ObjectList.removeIf should be not depricated
  • Iterators.concat should be a new method.
- [X] Stack.isEmpty() is missing - [X] Map.get function should not use suffixes if it is not needed - [x] PriorityQueue.enqueue should not use a suffix - [X] Lists.shuffle needs to be a thing - [X] AbstractObjectCollection should not depricate java collections. - [X] Unmodifyable should not be a type (List/Map/Set) - [X] Stack.push should not have a suffix. - [X] Map.remove should not be trimmed. - [X] Map.containsKey needs to be visible. - [X] PriorityQueues is missing. - [X] ObjectList.removeIf should be not depricated - [X] Iterators.concat should be a new method.
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#12
No description provided.