Sunday, 1 October 2017

JAVA : COLLECTION : 5 : LinkedHashSet

JAVA : COLLECTION : 5 : LinkedHashSet


LinkedHashSet = LinkedList + HashTable (Underline data structure)

LinkedHashSet is insertion order is preserved. (This is the only difference than HashSet)








No comments:

Post a Comment