I want to display a graph and show that I need integer values. I get this from my code
Collection c = Sort.values();
Is there a way to convert the collection in such a way that I get integer values? I get it when I print collection c
[64770, 26529, 13028, 848, 752, 496]
java collections
Xara
source share