OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / util / Collections$1.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_util_Collections$1__
5 #define __java_util_Collections$1__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10
11 class java::util::Collections$1 : public ::java::lang::Object
12 {
13
14 public: // actually package-private
15   Collections$1(::java::util::Collections$SingletonSet *);
16 public:
17   jboolean hasNext();
18   ::java::lang::Object * next();
19   void remove();
20 private:
21   jboolean __attribute__((aligned(__alignof__( ::java::lang::Object)))) hasNext__;
22 public: // actually package-private
23   ::java::util::Collections$SingletonSet * this$1;
24 public:
25   static ::java::lang::Class class$;
26 };
27
28 #endif // __java_util_Collections$1__