Saved Bookmarks
| 1. |
What Is A ‘scala Set’? What Are Methods Through Which Operation Sets Are Expressed? |
|
Answer» SCALA set is a collection of pairwise ELEMENTS of the same type. Scala set does not CONTAIN any DUPLICATE elements. There are two KINDS of sets, mutable and immutable. Scala set is a collection of pairwise elements of the same type. Scala set does not contain any duplicate elements. There are two kinds of sets, mutable and immutable. |
|