2007-01-09 20:58:05 +01:00
|
|
|
|
|
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
|
|
|
|
#ifndef __java_util_EnumSet$1__
|
|
|
|
#define __java_util_EnumSet$1__
|
|
|
|
|
|
|
|
#pragma interface
|
|
|
|
|
re PR classpath/32844 (EnumSet causes code to be miscompiled)
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-08-08 10:00:32 +02:00
|
|
|
#include <java/util/EnumSet.h>
|
2007-01-09 20:58:05 +01:00
|
|
|
|
re PR classpath/32844 (EnumSet causes code to be miscompiled)
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-08-08 10:00:32 +02:00
|
|
|
class java::util::EnumSet$1 : public ::java::util::EnumSet
|
2007-01-09 20:58:05 +01:00
|
|
|
{
|
|
|
|
|
|
|
|
public: // actually package-private
|
re PR classpath/32844 (EnumSet causes code to be miscompiled)
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-08-08 10:00:32 +02:00
|
|
|
EnumSet$1();
|
2007-01-09 20:58:05 +01:00
|
|
|
public:
|
re PR classpath/32844 (EnumSet causes code to be miscompiled)
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-08-08 10:00:32 +02:00
|
|
|
jboolean EnumSet$1$add(::java::lang::Enum *);
|
|
|
|
jboolean addAll(::java::util::Collection *);
|
|
|
|
void clear();
|
|
|
|
jboolean contains(::java::lang::Object *);
|
|
|
|
jboolean containsAll(::java::util::Collection *);
|
|
|
|
::java::util::Iterator * iterator();
|
|
|
|
jboolean remove(::java::lang::Object *);
|
|
|
|
jboolean removeAll(::java::util::Collection *);
|
|
|
|
jboolean retainAll(::java::util::Collection *);
|
|
|
|
jint size();
|
|
|
|
jboolean add(::java::lang::Object *);
|
2007-01-09 20:58:05 +01:00
|
|
|
static ::java::lang::Class class$;
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif // __java_util_EnumSet$1__
|