Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Set DataStructure
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Anony!, post: 579204"] Hi I know that a list contains duplicates and a set does not. Whats the difference between the 3 implementations of the set interface? They being the hashset, linkedhashset, and treeset? What I predict: 1. Hashset: dont know. 2. LinkedHashSet: no order, elements in a linkedlist structure, and has no duplicates. 3. Treeset: orders elements in a tree-like structure and has no duplicates. Anyone want to complete the picture? Thanks. AaA [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Set DataStructure
Top