SyntaxFix
Write A Post
Hire A Developer
Questions
You can store objects in a HashMap.
HashMap<String, Object> map = new HashMap<String, Object>();
You'll just need to cast it back out correctly.