Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

hashset usage

- HashSet can have null, order is not guaranteed
- HashSet is commonly used if you want to access elements randomly or store a list of items which cannot contain duplicate values
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #hashset #usage
ADD COMMENT
Topic
Name
8+1 =