Saturday, 17 August 2013

Something like HashMap but with convenience methods like putInt()

Something like HashMap but with convenience methods like putInt()

In the Java standard library, is there something similar to HashMap but
with convenience getter / setter methods for primitive and common types,
e.g. getString()? Something like Bundle in Android.

No comments:

Post a Comment