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