How do i delete an empty array of objects?
Posted
by dimitar
on Stack Overflow
See other posts from Stack Overflow
or by dimitar
Published on 2010-05-22T19:53:32Z
Indexed on
2010/05/22
20:00 UTC
Read the original article
Hit count: 284
Hello guys, i define an object:
tempRes = new Object[100000][7];
now after that i fill it up till 100 rows for example. Now how to delete every object past that(from tempRes[100] too tempRes[10000]).
I need this for a JTable.
© Stack Overflow or respective owner