aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/libjava/java/util/IdentityHashMap$2.h
blob: b8d6ab663c2fe0fb2ce97a958be61f74e518b716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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__