05
June
2015
Python – Unique Collection Class – HashCode and Equals – (Like Java Set)
Author:
victorjabur
0
I will demonstrate in this post as we do in Python to have a collection of single objects (Set), implementing the standard methods key, hashcode and equals, so that the objects are not repeated.