Created
April 4, 2018 08:33
-
-
Save sajjadyousefnia/103ee97c2ef961e1cce6f3d23bbdd9cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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