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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [libjava/] [java/] [text/] [CollationKey.h] - Blame information for rev 847

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_text_CollationKey__
5
#define __java_text_CollationKey__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace text
17
    {
18
        class CollationKey;
19
        class Collator;
20
    }
21
  }
22
}
23
 
24
class java::text::CollationKey : public ::java::lang::Object
25
{
26
 
27
public: // actually package-private
28
  CollationKey(::java::text::Collator *, ::java::lang::String *, JArray< jbyte > *);
29
public:
30
  virtual jint CollationKey$compareTo(::java::text::CollationKey *);
31
  virtual jboolean equals(::java::lang::Object *);
32
  virtual ::java::lang::String * getSourceString();
33
  virtual jint hashCode();
34
  virtual JArray< jbyte > * toByteArray();
35
  virtual jint compareTo(::java::lang::Object *);
36
private:
37
  ::java::text::Collator * __attribute__((aligned(__alignof__( ::java::lang::Object)))) collator;
38
  ::java::lang::String * originalText;
39
  JArray< jbyte > * key;
40
public:
41
  static ::java::lang::Class class$;
42
};
43
 
44
#endif // __java_text_CollationKey__

powered by: WebSVN 2.1.0

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