OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / util / HashMap$HashIterator.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_util_HashMap$HashIterator__
5 #define __java_util_HashMap$HashIterator__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10
11 class java::util::HashMap$HashIterator : public ::java::lang::Object
12 {
13
14 public: // actually package-private
15   HashMap$HashIterator(::java::util::HashMap *, jint);
16 public:
17   jboolean hasNext();
18   ::java::lang::Object * next();
19   void remove();
20 private:
21   jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) type;
22   jint knownMod;
23   jint count;
24   jint idx;
25   ::java::util::HashMap$HashEntry * last;
26   ::java::util::HashMap$HashEntry * next__;
27 public: // actually package-private
28   ::java::util::HashMap * this$0;
29 public:
30   static ::java::lang::Class class$;
31 };
32
33 #endif // __java_util_HashMap$HashIterator__