blob: 3bdb2543b3bee1977674828efce9d2913dd7c732 [file] [log] [blame]
// 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__