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

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

#ifndef __java_util_Collections$8__
#define __java_util_Collections$8__

#pragma interface

#include <java/lang/Object.h>

class java::util::Collections$8 : public ::java::lang::Object
{

public: // actually package-private
  Collections$8(::java::util::Iterator *);
public:
17 18
  virtual jboolean hasMoreElements();
  virtual ::java::lang::Object * nextElement();
19 20 21 22 23 24 25
private:
  ::java::util::Iterator * __attribute__((aligned(__alignof__( ::java::lang::Object)))) val$i;
public:
  static ::java::lang::Class class$;
};

#endif // __java_util_Collections$8__