summaryrefslogtreecommitdiff
path: root/libjava/classpath/java/util/EnumSet.java
AgeCommit message (Collapse)Author
2007-08-30EnumSet.java: Documented.Andrew John Hughes
2007-08-22 Andrew John Hughes <gnu_andrew@member.fsf.org> * java/util/EnumSet.java: Documented. (complementOf(EnumSet)): Fixed to flip only the bits used by the enumset. From-SVN: r127938
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
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
From-SVN: r120621