vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.8k stars 197 forks source link

Add some @apiNotes to places they should have been. #189

Closed techsy730 closed 3 years ago

techsy730 commented 3 years ago

Also, one unrelated change to List.sort it wouldn't always mention that null comparator means natural order for the Object based Lists.

vigna commented 3 years ago

Seems fair. There are a few "strengthen" around that might lead you to similar fixes, if you wanna do that.