Results 1 to 2 of 2
Thread: parameterize
- 11-28-2007, 09:26 PM #1
Member
- Join Date
- Nov 2007
- Posts
- 20
- Rep Power
- 0
parameterize
I used this
to convert from Vector to Array but it says The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector <E> should be parameterized Whats this?Java Code:saysString[] criteria = new String[tokenVector.size()]; tokenVector.toArray(criteria);
- 11-28-2007, 10:30 PM #2


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks