ConcurrentSkipListMap$SubMap$SubMapEntryIterator.h 1.1 KB

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