Communities for your favorite technologies. Explore all Collectives
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
In Java 9:
Map.of
private static final Map<Integer, String> MY_MAP = Map.of(1, "one", 2, "two");
See JEP 269 for details. JDK 9 reached general availability in September 2017.
See JEP 269 for details. Java 9 general availability is set to July 2017. Download JDK 9 early access buildsreached heregeneral availability in September 2017.
See JEP 269 for details. Java 9 general availability is set to July 2017. Download JDK 9 early access builds here.
See JEP 269 for details. Java 9 general availability is set to MarchJuly 2017. Download JDK 9 early access builds here.
See JEP 269 for details. Java 9 general availability is set to March 2017. Download JDK 9 early access builds here.