_EOCheapCopyArray Class Reference
Inherits com::webobjects::foundation::NSArray, and com::webobjects::eocontrol::EOFaulting.
List of all members.
Detailed Description
Reimplementation which fixes a bug in
NSArray, where the iterator methods won't trigger the fault.
- Author:
- ak
Constructor & Destructor Documentation
Member Function Documentation
| void _setArray |
( |
NSArray |
otherArray |
) |
|
| EOFaultHandler faultHandler |
( |
|
) |
|
| int lastIndexOf |
( |
Object |
element |
) |
|
| ListIterator listIterator |
( |
int |
index |
) |
|
| ListIterator listIterator |
( |
|
) |
|
| Object objectAtIndex |
( |
int |
index |
) |
|
| Enumeration objectEnumerator |
( |
|
) |
|
| Object [] objectsNoCopy |
( |
|
) |
[protected] |
| Enumeration reverseObjectEnumerator |
( |
|
) |
|
| void turnIntoFault |
( |
EOFaultHandler |
handler |
) |
|
| void writeObject |
( |
ObjectOutputStream |
s |
) |
throws IOException [private] |
Member Data Documentation
final Class _CLASS = _NSUtilities._classWithFullySpecifiedName("com.webobjects.eocontrol._EOCheapCopyArray") [static] |
The documentation for this class was generated from the following file: