Hi I have about 10 million values and getting Enumeration in enhanced-for loop, but It blasts my RAM. Is there any way to get Iteration rather than Enumeration.
I am trying to to find an alternate for Collections.list() and Collections.enumeration().