Make-lang.in: Update dependencies.
[official-gcc.git] / libjava / java / util / Iterator.h
blob27343a5b8a754ed9fab2d3fffe11e35eff2af7c5
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_util_Iterator__
5 #define __java_util_Iterator__
7 #pragma interface
9 #include <java/lang/Object.h>
11 class java::util::Iterator : public ::java::lang::Object
14 public:
15 virtual jboolean hasNext() = 0;
16 virtual ::java::lang::Object * next() = 0;
17 virtual void remove() = 0;
18 static ::java::lang::Class class$;
19 } __attribute__ ((java_interface));
21 #endif // __java_util_Iterator__