Set

Set<Integer> mySet = new Set<Integer>();

  • Set is also collection of Elements
  • Collection of same Type of Elements
  • Set is unordered
  • Set Does not hold Duplicate Values
  • First index position is always 0