rt_gccstream/libjava/java/lang/Iterable.h

20 lines
404 B
C++

// 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__