Technolog
My log on technical topics
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");
}
}
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment