I’m using Blackberry JDE 5.0.0, I can use Vector to store a growable list of objects, but I’m wondering if there’s an ArrayList<T> type class that supports parameterized types on BB?
I’m using Blackberry JDE 5.0.0, I can use Vector to store a growable list
Share
BlackBerry conforms to the J2ME spec which is a subset of the J2SE spec in terms of available APIs. For example the Collections API is not available. Also, the language level used is Java 1.3 so things such as generics and autoboxing are not supported.