Loading video...
QuickNotes™ 
Maps and Sets
The Set interface extends the Collection interface. It does not introduce new methods or constants, but it stipulates that an instance of Set contains no duplicate elements.
The concrete classes that implement Set must ensure that no duplicate elements can be added to the set.
The Map interface maps keys to the elements. The keys are like indexes. In List, the indexes are integer. In Map, the keys can be any objects.
Discussion 
Please login to ask a question and view discussion.













