URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [util/] [LRUCache.h] - Rev 781
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_java_util_LRUCache__ #define __gnu_java_util_LRUCache__ #pragma interface #include <java/util/LinkedHashMap.h> extern "Java" { namespace gnu { namespace java { namespace util { class LRUCache; } } } } class gnu::java::util::LRUCache : public ::java::util::LinkedHashMap { public: LRUCache(jint); public: // actually protected virtual jboolean removeEldestEntry(::java::util::Map$Entry *); private: jint __attribute__((aligned(__alignof__( ::java::util::LinkedHashMap)))) capacity; public: static ::java::lang::Class class$; }; #endif // __gnu_java_util_LRUCache__
Go to most recent revision | Compare with Previous | Blame | View Log