mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
22 lines
540 B
C
22 lines
540 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_lang_System$EnvironmentSet__
|
||
|
#define __java_lang_System$EnvironmentSet__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/System$EnvironmentCollection.h>
|
||
|
|
||
|
class java::lang::System$EnvironmentSet : public ::java::lang::System$EnvironmentCollection
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
System$EnvironmentSet(::java::util::Set *);
|
||
|
virtual jboolean equals(::java::lang::Object *);
|
||
|
virtual jint hashCode();
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_lang_System$EnvironmentSet__
|