PR lto/42531
[official-gcc.git] / libjava / java / util / Collections$SingletonSet.h
blob51deccdd38a9b7d4f7e5312f4b1b82fb29bfa354
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_util_Collections$SingletonSet__
5 #define __java_util_Collections$SingletonSet__
7 #pragma interface
9 #include <java/util/AbstractSet.h>
10 #include <gcj/array.h>
13 class java::util::Collections$SingletonSet : public ::java::util::AbstractSet
16 public: // actually package-private
17 Collections$SingletonSet(::java::lang::Object *);
18 public:
19 jint size();
20 ::java::util::Iterator * iterator();
21 jboolean contains(::java::lang::Object *);
22 jboolean containsAll(::java::util::Collection *);
23 jint hashCode();
24 JArray< ::java::lang::Object * > * toArray();
25 ::java::lang::String * toString();
26 private:
27 static const jlong serialVersionUID = 3193687207550431679LL;
28 public: // actually package-private
29 ::java::lang::Object * __attribute__((aligned(__alignof__( ::java::util::AbstractSet)))) element;
30 public:
31 static ::java::lang::Class class$;
34 #endif // __java_util_Collections$SingletonSet__