For an application I am working on I need GenericData.Array.add(int i, T o) which is currently not implemented.
For the moment I have implemented this method in my own tree. However, I am wondering why GenericData.Array is extending AbstractList instead of extending ArrayList since the methods which are implemented seem to be reinventing that wheel. If extending ArrayList is a possibility I would be happy to submit a patch which does that instead. Otherwise, shall I open a ticket with my existing patch? Thanks, ~ Nick
