Collections

Set

English

Overview

A data structure that stores elements without allowing duplicates.

Details

A collection representing a set of elements with no duplicates allowed. Whether order is guaranteed depends on the implementation, and it's also commonly used to remove duplicates from a list.

More Programming terms