ScheduledThreadPoolExecutor$1.h 957 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_util_concurrent_ScheduledThreadPoolExecutor$1__
#define __java_util_concurrent_ScheduledThreadPoolExecutor$1__

#pragma interface

#include <java/lang/Object.h>

class java::util::concurrent::ScheduledThreadPoolExecutor$1 : public ::java::lang::Object
{

public: // actually package-private
  ScheduledThreadPoolExecutor$1(::java::util::concurrent::ScheduledThreadPoolExecutor$DelayedWorkQueue *);
public:
  jboolean hasNext();
Tom Tromey committed
18
  ::java::lang::Runnable * ScheduledThreadPoolExecutor$1$next();
19 20 21 22 23 24 25 26 27 28 29
  void remove();
  ::java::lang::Object * next();
private:
  ::java::util::Iterator * __attribute__((aligned(__alignof__( ::java::lang::Object)))) it;
public: // actually package-private
  ::java::util::concurrent::ScheduledThreadPoolExecutor$DelayedWorkQueue * this$1;
public:
  static ::java::lang::Class class$;
};

#endif // __java_util_concurrent_ScheduledThreadPoolExecutor$1__