summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/java/util/EnumSet.java
Commit message (Collapse)AuthorAgeFilesLines
* 2007-08-22 Andrew John Hughes <gnu_andrew@member.fsf.org>gandalf2007-08-301-2/+168
| | | | | | | | | | | * java/util/EnumSet.java: Documented. (complementOf(EnumSet)): Fixed to flip only the bits used by the enumset. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127938 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-07-31 Dalibor Topic <robilad@kaffe.org>doko2007-08-081-201/+188
| | | | | | | | | | | | | | | | 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
* Merged gcj-eclipse branch to trunk.tromey2007-01-091-0/+365
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120621 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud