Technolog
My log on technical topics
Showing posts with label
Java map
.
Show all posts
Showing posts with label
Java map
.
Show all posts
Sunday, September 8, 2013
Creating unmodifiable static map
Unmodifiable
static map
public static final Map
unmodifiableMap =
Collections.unmodifiableMap(
new HashMap
(){{
put("key1","value1");
put("key2","value2");
}
}
);
Older Posts
Home
Subscribe to:
Posts (Atom)