mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
27 lines
773 B
C
27 lines
773 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_util_Collections$SynchronizedSet__
|
||
|
#define __java_util_Collections$SynchronizedSet__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/util/Collections$SynchronizedCollection.h>
|
||
|
|
||
|
class java::util::Collections$SynchronizedSet : public ::java::util::Collections$SynchronizedCollection
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
Collections$SynchronizedSet(::java::util::Set *);
|
||
|
Collections$SynchronizedSet(::java::lang::Object *, ::java::util::Set *);
|
||
|
public:
|
||
|
virtual jboolean equals(::java::lang::Object *);
|
||
|
virtual jint hashCode();
|
||
|
private:
|
||
|
static const jlong serialVersionUID = 487447009682186044LL;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_util_Collections$SynchronizedSet__
|