// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_util_Collections$EmptySet__ #define __java_util_Collections$EmptySet__ #pragma interface #include #include 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__