// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_util_TreeMap$5__ #define __java_util_TreeMap$5__ #pragma interface #include class java::util::TreeMap$5 : public ::java::lang::Object { public: // actually package-private TreeMap$5(::java::util::TreeMap$DescendingSet *); public: jboolean hasNext(); ::java::lang::Object * next(); void remove(); private: ::java::lang::Object * __attribute__((aligned(__alignof__( ::java::lang::Object)))) last; ::java::lang::Object * next__; public: // actually package-private ::java::util::TreeMap$DescendingSet * this$1; public: static ::java::lang::Class class$; }; #endif // __java_util_TreeMap$5__