GtkToolkit$LRUCache.h 926 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_java_awt_peer_gtk_GtkToolkit$LRUCache__
  3. #define __gnu_java_awt_peer_gtk_GtkToolkit$LRUCache__
  4. #pragma interface
  5. #include <java/util/LinkedHashMap.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace java
  11. {
  12. namespace awt
  13. {
  14. namespace peer
  15. {
  16. namespace gtk
  17. {
  18. class GtkToolkit$LRUCache;
  19. }
  20. }
  21. }
  22. }
  23. }
  24. }
  25. class gnu::java::awt::peer::gtk::GtkToolkit$LRUCache : public ::java::util::LinkedHashMap
  26. {
  27. public:
  28. GtkToolkit$LRUCache(jint);
  29. public: // actually protected
  30. virtual jboolean removeEldestEntry(::java::util::Map$Entry *);
  31. public: // actually package-private
  32. jint __attribute__((aligned(__alignof__( ::java::util::LinkedHashMap)))) max_entries;
  33. public:
  34. static ::java::lang::Class class$;
  35. };
  36. #endif // __gnu_java_awt_peer_gtk_GtkToolkit$LRUCache__