Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_util_IdentityHashMap$2__
|
||||
#define __java_util_IdentityHashMap$2__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/util/AbstractSet.h>
|
||||
|
||||
class java::util::IdentityHashMap$2 : public ::java::util::AbstractSet
|
||||
{
|
||||
|
||||
public: // actually package-private
|
||||
IdentityHashMap$2(::java::util::IdentityHashMap *);
|
||||
public:
|
||||
jint size();
|
||||
::java::util::Iterator * iterator();
|
||||
void clear();
|
||||
jboolean contains(::java::lang::Object *);
|
||||
jint hashCode();
|
||||
jboolean remove(::java::lang::Object *);
|
||||
public: // actually package-private
|
||||
::java::util::IdentityHashMap * __attribute__((aligned(__alignof__( ::java::util::AbstractSet)))) this$0;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_util_IdentityHashMap$2__
|
||||
Reference in New Issue
Block a user