Can you tell me what you know about HashMaps?
Right! HashMaps are unordered collections of key-value pairs. Keys point to values and can be of a different type but neither of them can be of a primitive type.
Oh noes! HashMaps are unordered collections of key-value pairs. Keys point to values and can be of a different type but neither of them can be of a primitive type.