OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / util / Collections$EmptySet.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_util_Collections$EmptySet__
5 #define __java_util_Collections$EmptySet__
6
7 #pragma interface
8
9 #include <java/util/AbstractSet.h>
10 #include <gcj/array.h>
11
12
13 class java::util::Collections$EmptySet : public ::java::util::AbstractSet
14 {
15
16 public: // actually package-private
17   Collections$EmptySet();
18 public:
19   jint size();
20   ::java::util::Iterator * iterator();
21   jboolean contains(::java::lang::Object *);
22   jboolean containsAll(::java::util::Collection *);
23   jboolean equals(::java::lang::Object *);
24   jint hashCode();
25   jboolean remove(::java::lang::Object *);
26   jboolean removeAll(::java::util::Collection *);
27   jboolean retainAll(::java::util::Collection *);
28   JArray< ::java::lang::Object * > * toArray();
29   JArray< ::java::lang::Object * > * toArray(JArray< ::java::lang::Object * > *);
30   ::java::lang::String * toString();
31 private:
32   static const jlong serialVersionUID = 1582296315990362920LL;
33 public:
34   static ::java::lang::Class class$;
35 };
36
37 #endif // __java_util_Collections$EmptySet__