Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

convert Map<String, Object> to Map<Object, Object>

user11138293Jan 11 2011 — edited Jan 11 2011
is there any way to convert a map of type Map<String, Object> to a map of type Map<Object, Object>? I tried casting it did not work
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2011
Added on Jan 11 2011
3 comments
1,042 views