// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_util_TreeMap$Node__ #define __java_util_TreeMap$Node__ #pragma interface #include class java::util::TreeMap$Node : public ::java::util::AbstractMap$SimpleEntry { public: // actually package-private TreeMap$Node(::java::lang::Object *, ::java::lang::Object *, jint); jint __attribute__((aligned(__alignof__( ::java::util::AbstractMap$SimpleEntry)))) color; ::java::util::TreeMap$Node * left; ::java::util::TreeMap$Node * right; ::java::util::TreeMap$Node * parent; public: static ::java::lang::Class class$; }; #endif // __java_util_TreeMap$Node__