Friday, 6 May 2016

What are the similarities between HashSet and TreeSet ?



  • Unique elements
  • Not Thread-safe
  • uses shallow copy by clone() method
  • Fail-Fast iterator
    • throws ConcurrentModificationException if it is modified after iterator creation

No comments:

Post a Comment

Note: only a member of this blog may post a comment.