mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
44 lines
926 B
C
44 lines
926 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __gnu_java_awt_peer_gtk_GtkToolkit$LRUCache__
|
||
|
#define __gnu_java_awt_peer_gtk_GtkToolkit$LRUCache__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/util/LinkedHashMap.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace gnu
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace awt
|
||
|
{
|
||
|
namespace peer
|
||
|
{
|
||
|
namespace gtk
|
||
|
{
|
||
|
class GtkToolkit$LRUCache;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class gnu::java::awt::peer::gtk::GtkToolkit$LRUCache : public ::java::util::LinkedHashMap
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
GtkToolkit$LRUCache(jint);
|
||
|
public: // actually protected
|
||
|
virtual jboolean removeEldestEntry(::java::util::Map$Entry *);
|
||
|
public: // actually package-private
|
||
|
jint __attribute__((aligned(__alignof__( ::java::util::LinkedHashMap)))) max_entries;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __gnu_java_awt_peer_gtk_GtkToolkit$LRUCache__
|