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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -