Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2010-01-06 Matthias Klose <doko@ubuntu.com> | doko | 2010-01-06 | 1 | -0/+0 |
| | | | | | | | * Regenerate .class files with updated ecj.jar (based on 3.5.1). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155678 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | 2007-08-31 Matthias Klose <doko@ubuntu.com> | doko | 2007-08-31 | 1 | -0/+0 |
| | | | | | | | * classpath/lib/java/util/EnumSet*.class: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128002 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | 2007-07-31 Dalibor Topic <robilad@kaffe.org> | doko | 2007-08-08 | 1 | -0/+0 |
PR 32844 * java/util/EnumSet.java: Made class abstract per API spec. (size, iterator, add, addAll, clear, contains, containsAll, remove, removeAll, retainAll) Moved into an anonymous inner class in of(T). (allOf, noneOf, copyOf, of, range) Made more implementation independent. (of(T)) return an instance of an anonymous class implementing EmptySet. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127291 138bc75d-0d04-0410-961f-82ee72b054a4 |