Mike Jensen a41f8c0103 Added more to the avian classpath for the collection interface as well as the list interface
Added to collection:
public boolean containsAll(Collection<?> c);
public boolean removeAll(Collection<?> c);

Added to list:
public boolean addAll(int startIndex, Collection<? extends T> c);

Also where possible for inner classes I made them extend the abstract version instead of just implement the interface.  This helps reduce code duplication where possible.

These changes were necessary to support protobuf 2.5.0
2013-04-29 11:32:56 -06:00
..
2010-12-05 20:21:09 -07:00
2012-05-11 17:43:27 -06:00
2012-05-11 17:43:27 -06:00
2009-03-15 12:02:36 -06:00
2009-12-02 19:08:29 -07:00
2009-12-02 19:08:29 -07:00
2009-12-02 19:08:29 -07:00
2009-12-02 19:08:29 -07:00
2012-05-11 17:43:27 -06:00
2010-12-05 20:21:09 -07:00
2012-05-11 17:43:27 -06:00
2012-05-11 17:43:27 -06:00
2010-12-05 20:21:09 -07:00
2012-05-22 16:21:57 -06:00
2008-09-26 08:10:16 -06:00
2011-09-29 18:27:34 -06:00
2012-05-11 17:43:27 -06:00
2010-12-05 20:21:09 -07:00