Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created April 4, 2018 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajjadyousefnia/103ee97c2ef961e1cce6f3d23bbdd9cb to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/103ee97c2ef961e1cce6f3d23bbdd9cb to your computer and use it in GitHub Desktop.
val intsHashSet: java.util.HashSet<Int> = hashSetOf(1, 2, 6, 3)
intsHashSet.add(5)
intsHashSet.remove(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment