Equivalent container to java.util.HashMap but without value feild -


i need java container similar hashmap stores objects (instead of key-value pairs) indexed hash code. such container called? there java implementation of it?

then you're looking hashset

this class implements set interface, backed hash table

note hashset doesn't allow duplicates.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -