OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / lang / Iterable.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_lang_Iterable__
5 #define __java_lang_Iterable__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10
11 class java::lang::Iterable : public ::java::lang::Object
12 {
13
14 public:
15   virtual ::java::util::Iterator * iterator() = 0;
16   static ::java::lang::Class class$;
17 } __attribute__ ((java_interface));
18
19 #endif // __java_lang_Iterable__