URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [awt/] [peer/] [ClasspathFontPeer$LRUCache.h] - Rev 756
Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_java_awt_peer_ClasspathFontPeer$LRUCache__ #define __gnu_java_awt_peer_ClasspathFontPeer$LRUCache__ #pragma interface #include <java/util/LinkedHashMap.h> extern "Java" { namespace gnu { namespace java { namespace awt { namespace peer { class ClasspathFontPeer$LRUCache; } } } } } class gnu::java::awt::peer::ClasspathFontPeer$LRUCache : public ::java::util::LinkedHashMap { public: ClasspathFontPeer$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_ClasspathFontPeer$LRUCache__