mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
25 lines
757 B
C
25 lines
757 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_util_Collections$2__
|
||
|
#define __java_util_Collections$2__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/util/AbstractMap$SimpleEntry.h>
|
||
|
|
||
|
class java::util::Collections$2 : public ::java::util::AbstractMap$SimpleEntry
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
Collections$2(::java::util::Collections$SingletonMap *, ::java::lang::Object *, ::java::lang::Object *);
|
||
|
public:
|
||
|
virtual ::java::lang::Object * setValue(::java::lang::Object *);
|
||
|
public: // actually package-private
|
||
|
::java::util::Collections$SingletonMap * __attribute__((aligned(__alignof__( ::java::util::AbstractMap$SimpleEntry)))) this$1;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_util_Collections$2__
|