ConcurrentSkipListMap$SubMap$SubMapKeyIterator.h 1000 B

12345678910111213141516171819202122232425
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_util_concurrent_ConcurrentSkipListMap$SubMap$SubMapKeyIterator__
  3. #define __java_util_concurrent_ConcurrentSkipListMap$SubMap$SubMapKeyIterator__
  4. #pragma interface
  5. #include <java/util/concurrent/ConcurrentSkipListMap$SubMap$SubMapIter.h>
  6. class java::util::concurrent::ConcurrentSkipListMap$SubMap$SubMapKeyIterator : public ::java::util::concurrent::ConcurrentSkipListMap$SubMap$SubMapIter
  7. {
  8. public: // actually package-private
  9. ConcurrentSkipListMap$SubMap$SubMapKeyIterator(::java::util::concurrent::ConcurrentSkipListMap$SubMap *);
  10. public:
  11. ::java::lang::Object * next();
  12. public: // actually package-private
  13. ::java::util::concurrent::ConcurrentSkipListMap$SubMap * __attribute__((aligned(__alignof__( ::java::util::concurrent::ConcurrentSkipListMap$SubMap$SubMapIter)))) this$1;
  14. public:
  15. static ::java::lang::Class class$;
  16. };
  17. #endif // __java_util_concurrent_ConcurrentSkipListMap$SubMap$SubMapKeyIterator__