OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [HashMap$HashIterator.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_util_HashMap$HashIterator__
5
#define __java_util_HashMap$HashIterator__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
 
11
class java::util::HashMap$HashIterator : public ::java::lang::Object
12
{
13
 
14
public: // actually package-private
15
  HashMap$HashIterator(::java::util::HashMap *, jint);
16
public:
17
  jboolean hasNext();
18
  ::java::lang::Object * next();
19
  void remove();
20
private:
21
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) type;
22
  jint knownMod;
23
  jint count;
24
  jint idx;
25
  ::java::util::HashMap$HashEntry * last;
26
  ::java::util::HashMap$HashEntry * next__;
27
public: // actually package-private
28
  ::java::util::HashMap * this$0;
29
public:
30
  static ::java::lang::Class class$;
31
};
32
 
33
#endif // __java_util_HashMap$HashIterator__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.