OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [LinkedHashSet.h] - Rev 758

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __java_util_LinkedHashSet__
#define __java_util_LinkedHashSet__
 
#pragma interface
 
#include <java/util/HashSet.h>
 
class java::util::LinkedHashSet : public ::java::util::HashSet
{
 
public:
  LinkedHashSet();
  LinkedHashSet(jint);
  LinkedHashSet(jint, jfloat);
  LinkedHashSet(::java::util::Collection *);
public: // actually package-private
  virtual ::java::util::HashMap * init(jint, jfloat);
private:
  static const jlong serialVersionUID = -2851667679971038690LL;
public:
  static ::java::lang::Class class$;
};
 
#endif // __java_util_LinkedHashSet__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.