Scala: Set (Introduction / common method of example)

Set

Immutable  List : content not variable length

Variable  ListBuffer : contents are variable length packets must be introduced

Create a set

Storage element set is unique, not repeated

Note: The operation is similar to the List

Guess you like

Origin blog.csdn.net/drl_blogs/article/details/91560826