Join Slack
Powered by
if you're using Java 9, you can use `List.of(..)`,...
# stdlib
d
diego-gomez-olvera
11/15/2018, 12:30 PM
if you're using Java 9, you can use
List.of(..)
, if not you can make it based on its implementation
https://github.com/netroby/jdk9-dev/blob/master/jdk/src/java.base/share/classes/java/util/ImmutableCollections.java
Open in Slack
Previous
Next