Formated by GeSHi
import java.util.*;
{
public static void galleta()
{
lista.add(1);
lista.add(9);
lista.add(1,5);
System.
out.
println (lista.
size());
System.
out.
println (lista.
get(0));
System.
out.
println (lista.
get(1));
System.
out.
println (lista.
get(2));
for (Iterator it = lista.
iterator(); it.
hasNext();
) {
}
}
}
:: Make Diff
(enter full url of another post or just its id)
:: Erase Post
(your post will be pernamently erased)