Katie
0
Q:

treeset traversaljava

Iterator iterator = ts.iterator();
while (iterator.hasNext())
    System.out.print(iterator.next());
0
for (Integer value : ts)
    System.out.print(value);
}
0

New to Communities?

Join the community