. ArrayList . AbstractCollection, AbstractList, Collection, Comparable, ConcurrentModificationException, Iterator, List ListIterator.
I have a project in which there is a java.util package, and I have included all of these classes, and now I can use ArrayList :). You will have to modify the classes a bit to use the rim import rather than the standard java import if necessary, but this can be done if you really want ArrayLists.
source
share