Created
December 7, 2015 11:16
-
-
Save lovubuntu/d7730098ac01fc714e0c 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
to get the first value of ` set<E> someSet;` its better to use `someSet.iterator.next()` than converting it to arraylist or array and then getting the first element |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment