Issues found by replacing FastUtil with Primitive Collections #12
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.
Reference in New Issue
Block a user