Daily bump.
[official-gcc.git] / libjava / java / util / LinkedHashSet.h
blobd63aec8e6990ddb4eaceb21f0db36819f0e9ae13
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_util_LinkedHashSet__
5 #define __java_util_LinkedHashSet__
7 #pragma interface
9 #include <java/util/HashSet.h>
11 class java::util::LinkedHashSet : public ::java::util::HashSet
14 public:
15 LinkedHashSet();
16 LinkedHashSet(jint);
17 LinkedHashSet(jint, jfloat);
18 LinkedHashSet(::java::util::Collection *);
19 public: // actually package-private
20 virtual ::java::util::HashMap * init(jint, jfloat);
21 private:
22 static const jlong serialVersionUID = -2851667679971038690LL;
23 public:
24 static ::java::lang::Class class$;
27 #endif // __java_util_LinkedHashSet__