ConcurrentSkipListMap$SubMap$SubMapIter.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_util_concurrent_ConcurrentSkipListMap$SubMap$SubMapIter__
  3. #define __java_util_concurrent_ConcurrentSkipListMap$SubMap$SubMapIter__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. class java::util::concurrent::ConcurrentSkipListMap$SubMap$SubMapIter : public ::java::lang::Object
  7. {
  8. public: // actually package-private
  9. ConcurrentSkipListMap$SubMap$SubMapIter(::java::util::concurrent::ConcurrentSkipListMap$SubMap *);
  10. public:
  11. virtual jboolean hasNext();
  12. public: // actually package-private
  13. virtual void advance();
  14. private:
  15. void ascend();
  16. void descend();
  17. public:
  18. virtual void remove();
  19. virtual ::java::lang::Object * next() = 0;
  20. public: // actually package-private
  21. ::java::util::concurrent::ConcurrentSkipListMap$Node * __attribute__((aligned(__alignof__( ::java::lang::Object)))) lastReturned;
  22. ::java::util::concurrent::ConcurrentSkipListMap$Node * next;
  23. ::java::lang::Object * nextValue;
  24. ::java::util::concurrent::ConcurrentSkipListMap$SubMap * this$1;
  25. public:
  26. static ::java::lang::Class class$;
  27. };
  28. #endif // __java_util_concurrent_ConcurrentSkipListMap$SubMap$SubMapIter__