mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			621 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			621 B
		
	
	
	
		
			C++
		
	
	
	
 | 
						|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | 
						|
 | 
						|
#ifndef __java_util_concurrent_SynchronousQueue$EmptyIterator__
 | 
						|
#define __java_util_concurrent_SynchronousQueue$EmptyIterator__
 | 
						|
 | 
						|
#pragma interface
 | 
						|
 | 
						|
#include <java/lang/Object.h>
 | 
						|
 | 
						|
class java::util::concurrent::SynchronousQueue$EmptyIterator : public ::java::lang::Object
 | 
						|
{
 | 
						|
 | 
						|
public: // actually package-private
 | 
						|
  SynchronousQueue$EmptyIterator();
 | 
						|
public:
 | 
						|
  virtual jboolean hasNext();
 | 
						|
  virtual ::java::lang::Object * next();
 | 
						|
  virtual void remove();
 | 
						|
  static ::java::lang::Class class$;
 | 
						|
};
 | 
						|
 | 
						|
#endif // __java_util_concurrent_SynchronousQueue$EmptyIterator__
 |