Arrays
Posted: Tue Feb 14, 2012 11:47 am
Hello i need to know if there is a way to convert from a generic data structure (say List<T>, Vector<T>, etc) to an array of T, because the method .toArray() returns an Object[]... and i need a T[]...
any words???
any words???