mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
38 lines
1.0 KiB
C++
38 lines
1.0 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_util_Collections$EmptySet__
|
|
#define __java_util_Collections$EmptySet__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/util/AbstractSet.h>
|
|
#include <gcj/array.h>
|
|
|
|
|
|
class java::util::Collections$EmptySet : public ::java::util::AbstractSet
|
|
{
|
|
|
|
public: // actually package-private
|
|
Collections$EmptySet();
|
|
public:
|
|
jint size();
|
|
::java::util::Iterator * iterator();
|
|
jboolean contains(::java::lang::Object *);
|
|
jboolean containsAll(::java::util::Collection *);
|
|
jboolean equals(::java::lang::Object *);
|
|
jint hashCode();
|
|
jboolean remove(::java::lang::Object *);
|
|
jboolean removeAll(::java::util::Collection *);
|
|
jboolean retainAll(::java::util::Collection *);
|
|
JArray< ::java::lang::Object * > * toArray();
|
|
JArray< ::java::lang::Object * > * toArray(JArray< ::java::lang::Object * > *);
|
|
::java::lang::String * toString();
|
|
private:
|
|
static const jlong serialVersionUID = 1582296315990362920LL;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __java_util_Collections$EmptySet__
|