Implement GenericData$Array.add(int i, T o) -------------------------------------------
Key: AVRO-841
URL: https://issues.apache.org/jira/browse/AVRO-841
Project: Avro
Issue Type: Improvement
Components: java
Reporter: Nick Palmer
Priority: Minor
Currently GenericData$Array does not implement List.add(int i, T o).
I need this method for an application I am working on.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
