ERXFaultArray< T extends EOEnterpriseObject > Class Reference
Inherits com::webobjects::foundation::NSArray<T>.
List of all members.
Detailed Description
Array that converts EOGlobalIDs to faults on the fly. The idea is that you can use this in place of an array of real EOs, which may consume quite a lot of memory when instantiated in an EC. May or may not only work without the Wonder version of
NSArray.
- Author:
- ak
- Parameters:
-
Constructor & Destructor Documentation
| ERXFaultArray |
( |
NSArray< T > |
array |
) |
|
| ERXFaultArray |
( |
EOEditingContext |
ec, |
|
|
NSArray< EOGlobalID > |
array | |
|
) |
| | |
Member Function Documentation
| Object [] _objects |
( |
|
) |
[protected] |
| boolean containsObject |
( |
Object |
object |
) |
|
| EOEditingContext editingContext |
( |
|
) |
|
| int indexOfObject |
( |
Object |
object |
) |
|
| T objectAtIndex |
( |
int |
index |
) |
|
| Enumeration objectEnumerator |
( |
|
) |
|
| Enumeration<T> reverseObjectEnumerator |
( |
|
) |
|
| void setEditingContext |
( |
EOEditingContext |
ec |
) |
|
Member Data Documentation
EOGlobalID [] _array [private] |
WeakReference<T> [] _refs [private] |
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/eof/ERXFaultArray.java