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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [Collections$EmptySet.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_util_Collections$EmptySet__
5
#define __java_util_Collections$EmptySet__
6
 
7
#pragma interface
8
 
9
#include <java/util/AbstractSet.h>
10
#include <gcj/array.h>
11
 
12
 
13
class java::util::Collections$EmptySet : public ::java::util::AbstractSet
14
{
15
 
16
public: // actually package-private
17
  Collections$EmptySet();
18
public:
19
  jint size();
20
  ::java::util::Iterator * iterator();
21
  jboolean contains(::java::lang::Object *);
22
  jboolean containsAll(::java::util::Collection *);
23
  jboolean equals(::java::lang::Object *);
24
  jint hashCode();
25
  jboolean remove(::java::lang::Object *);
26
  jboolean removeAll(::java::util::Collection *);
27
  jboolean retainAll(::java::util::Collection *);
28
  JArray< ::java::lang::Object * > * toArray();
29
  JArray< ::java::lang::Object * > * toArray(JArray< ::java::lang::Object * > *);
30
  ::java::lang::String * toString();
31
private:
32
  static const jlong serialVersionUID = 1582296315990362920LL;
33
public:
34
  static ::java::lang::Class class$;
35
};
36
 
37
#endif // __java_util_Collections$EmptySet__

powered by: WebSVN 2.1.0

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