1234567891011121314151617181920212223242526272829303132333435 |
- // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
- #ifndef __java_util_Collections$SingletonSet__
- #define __java_util_Collections$SingletonSet__
- #pragma interface
- #include <java/util/AbstractSet.h>
- #include <gcj/array.h>
- class java::util::Collections$SingletonSet : public ::java::util::AbstractSet
- {
- public: // actually package-private
- Collections$SingletonSet(::java::lang::Object *);
- public:
- jint size();
- ::java::util::Iterator * iterator();
- jboolean contains(::java::lang::Object *);
- jboolean containsAll(::java::util::Collection *);
- jint hashCode();
- JArray< ::java::lang::Object * > * toArray();
- ::java::lang::String * toString();
- private:
- static const jlong serialVersionUID = 3193687207550431679LL;
- public: // actually package-private
- ::java::lang::Object * __attribute__((aligned(__alignof__( ::java::util::AbstractSet)))) element;
- public:
- static ::java::lang::Class class$;
- };
- #endif // __java_util_Collections$SingletonSet__
|