class SimpleEnumerator
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) int | index | 
| (package private) int | refCount | 
| (package private) XPCOMObject | simpleEnumerator | 
| (package private) XPCOMObject | supports | 
| (package private) nsISupports[] | values | 
| Constructor and Description | 
|---|
| SimpleEnumerator(nsISupports[] values) | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) int | AddRef() | 
| (package private) void | createCOMInterfaces() | 
| (package private) void | disposeCOMInterfaces() | 
| (package private) int | getAddress() | 
| (package private) int | GetNext(int _retval) | 
| (package private) int | HasMoreElements(int _retval) | 
| (package private) int | QueryInterface(int riid,
              int ppvObject) | 
| (package private) int | Release() | 
XPCOMObject supports
XPCOMObject simpleEnumerator
int refCount
nsISupports[] values
int index
SimpleEnumerator(nsISupports[] values)
int AddRef()
void createCOMInterfaces()
void disposeCOMInterfaces()
int getAddress()
int QueryInterface(int riid,
                 int ppvObject)
int Release()
int HasMoreElements(int _retval)
int GetNext(int _retval)