vigna / fastutil

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

Don't have List.of(...) make a defensive copy. #205

Closed techsy730 closed 3 years ago

techsy730 commented 3 years ago

If we don't even do it for ImmutableList.of(...), there is no point in the root List interface to doing it.