1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __java_text_RuleBasedCollator$CollationSorter__
5 #define __java_text_RuleBasedCollator$CollationSorter__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace text
15     {
16         class RuleBasedCollator$CollationSorter;
17     }
18   }
19 }
20 
21 class java::text::RuleBasedCollator$CollationSorter : public ::java::lang::Object
22 {
23 
24   RuleBasedCollator$CollationSorter(jint, ::java::lang::String *, jint, jboolean);
25 public: // actually package-private
26   RuleBasedCollator$CollationSorter(jint, ::java::lang::String *, jint, jboolean, ::java::text::RuleBasedCollator$CollationSorter *);
27   static const jint GREATERP = 0;
28   static const jint GREATERS = 1;
29   static const jint GREATERT = 2;
30   static const jint EQUAL = 3;
31   static const jint RESET = 4;
32   static const jint INVERSE_SECONDARY = 5;
33   jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) comparisonType;
34   ::java::lang::String * textElement;
35   jint hashText;
36   jint offset;
37   jboolean ignore;
38   ::java::lang::String * expansionOrdering;
39 public:
40   static ::java::lang::Class class$;
41 };
42 
43 #endif // __java_text_RuleBasedCollator$CollationSorter__
44