Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
27
libjava/java/util/IdentityHashMap$3.h
Normal file
27
libjava/java/util/IdentityHashMap$3.h
Normal file
|
@ -0,0 +1,27 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_util_IdentityHashMap$3__
|
||||
#define __java_util_IdentityHashMap$3__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/util/AbstractCollection.h>
|
||||
|
||||
class java::util::IdentityHashMap$3 : public ::java::util::AbstractCollection
|
||||
{
|
||||
|
||||
public: // actually package-private
|
||||
IdentityHashMap$3(::java::util::IdentityHashMap *);
|
||||
public:
|
||||
jint size();
|
||||
::java::util::Iterator * iterator();
|
||||
void clear();
|
||||
jboolean remove(::java::lang::Object *);
|
||||
public: // actually package-private
|
||||
::java::util::IdentityHashMap * __attribute__((aligned(__alignof__( ::java::util::AbstractCollection)))) this$0;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_util_IdentityHashMap$3__
|
Loading…
Add table
Add a link
Reference in a new issue