Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Its very unlikely a user want a real plain object and casts will happen, to make it a bit more convenient the method:
Object getValue(key)
could become:
<T> T getValue(key)