I am trying to create a class say MyStack that would implement a java.util.collections class. MyStack will override some methods of the collections cl
MyStack
When we implement Collection along with we must implement Iterator also. Which is use to iterate over the item on which you want.
Iterator