Commit Graph

14 Commits

Author SHA1 Message Date
9b7d0d1624 update copyright years 2014-04-23 15:33:41 -06:00
87b02eb949 update copyright years
Previously, I used a shell script to extract modification date ranges
from the Git history, but that was complicated and unreliable, so now
every file just gets the same year range in its copyright header.  If
someone needs to know when a specific file was modified and by whom,
they can look at the Git history themselves; no need to include it
redundantly in the header.
2013-07-02 20:52:38 -06:00
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
6118792ffd update copyright years 2009-12-02 19:08:29 -07:00
0a7f94abfe add java.util.Collection.toArray() 2009-08-04 17:36:25 -06:00
6b89ecd0ee Like a noob, I missed some things... broke the compilation. 2009-04-22 15:24:26 -06:00
9023899c81 Brought interface in line with Sun 2009-04-22 10:03:53 -06:00
51a731847a java.util code cleanup 2008-02-28 15:18:46 -07:00
9d76d6a04e implement a few more classpath methods, including Collection.addAll and Collection.toArray 2008-02-28 11:37:10 -07:00
2edaa82801 prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
4611c89dbe add a few classpath methods 2007-11-06 17:41:53 -07:00
472ecb1713 flesh out some classpath classes 2007-07-22 13:06:21 -06:00
da17490206 fun with collections 2007-07-21 21:47:08 -06:00
90d60b3459 more classpath classes 2007-07-21 16:36:51 -06:00