mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
29 lines
720 B
C++
29 lines
720 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_util_ServiceLoader$1__
|
|
#define __java_util_ServiceLoader$1__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
|
|
class java::util::ServiceLoader$1 : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
ServiceLoader$1(::java::util::ServiceLoader *);
|
|
public:
|
|
virtual jboolean hasNext();
|
|
virtual ::java::lang::Object * next();
|
|
virtual void remove();
|
|
private:
|
|
::java::util::Iterator * __attribute__((aligned(__alignof__( ::java::lang::Object)))) cacheIt;
|
|
public: // actually package-private
|
|
::java::util::ServiceLoader * this$0;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __java_util_ServiceLoader$1__
|