Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
34
libjava/java/util/Arrays$ArrayList.h
Normal file
34
libjava/java/util/Arrays$ArrayList.h
Normal file
|
@ -0,0 +1,34 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_util_Arrays$ArrayList__
|
||||
#define __java_util_Arrays$ArrayList__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/util/AbstractList.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
|
||||
class java::util::Arrays$ArrayList : public ::java::util::AbstractList
|
||||
{
|
||||
|
||||
public: // actually package-private
|
||||
Arrays$ArrayList(JArray< ::java::lang::Object * > *);
|
||||
public:
|
||||
::java::lang::Object * get(jint);
|
||||
jint size();
|
||||
::java::lang::Object * set(jint, ::java::lang::Object *);
|
||||
jboolean contains(::java::lang::Object *);
|
||||
jint indexOf(::java::lang::Object *);
|
||||
jint lastIndexOf(::java::lang::Object *);
|
||||
JArray< ::java::lang::Object * > * toArray();
|
||||
JArray< ::java::lang::Object * > * toArray(JArray< ::java::lang::Object * > *);
|
||||
private:
|
||||
static const jlong serialVersionUID = -2764017481108945198LL;
|
||||
JArray< ::java::lang::Object * > * __attribute__((aligned(__alignof__( ::java::util::AbstractList)))) a;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_util_Arrays$ArrayList__
|
Loading…
Add table
Add a link
Reference in a new issue