summaryrefslogtreecommitdiff
path: root/libjava/classpath/lib/java/util/EnumSet$2.class
AgeCommit message (Collapse)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2016-09-30 Andrew Haley <aph@redhat.com> * Makefile.def: Remove libjava. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. * configure.ac: Likewise. * configure: Likewise. * gcc/java: Remove. * libjava: Likewise. From-SVN: r240662
2010-01-062010-01-06 Matthias Klose <doko@ubuntu.com>Matthias Klose
* Regenerate .class files with updated ecj.jar (based on 3.5.1). From-SVN: r155678
2007-08-31EnumSet*.class: RegenerateMatthias Klose
2007-08-31 Matthias Klose <doko@ubuntu.com> * classpath/lib/java/util/EnumSet*.class: Regenerate From-SVN: r128002
2007-08-08re PR classpath/32844 (EnumSet causes code to be miscompiled)Dalibor Topic
2007-07-31 Dalibor Topic <robilad@kaffe.org> 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. From-SVN: r127291