
Public Member Functions | |
| _EOCheapCopyMutableArray (EOFaultHandler handler) | |
| _EOCheapCopyMutableArray (NSArray otherArray) | |
| _EOCheapCopyMutableArray () | |
| void | _setCopy (_EOCheapCopyArray copy) |
| void | addObject (Object object) |
| void | addObjects (Object objects[]) |
| void | clearFault () |
| Object | clone () |
| int | count () |
| EOFaultHandler | faultHandler () |
| NSArray | immutableClone () |
| void | insertObjectAtIndex (Object object, int index) |
| boolean | isFault () |
| Object | objectAtIndex (int index) |
| Enumeration | objectEnumerator () |
| void | removeAllObjects () |
| Object | removeObjectAtIndex (int index) |
| Object | replaceObjectAtIndex (Object object, int index) |
| Enumeration | reverseObjectEnumerator () |
| void | setArray (NSArray otherArray) |
| void | sortUsingComparator (NSComparator comparator) throws com.webobjects.foundation.NSComparator.ComparisonException |
| String | toString () |
| void | turnIntoFault (EOFaultHandler handler) |
| void | willRead () |
Static Public Attributes | |
| static final Class | _CLASS = _NSUtilities._classWithFullySpecifiedName("com.webobjects.eocontrol._EOCheapCopyMutableArray") |
Protected Member Functions | |
| Object[] | objectsNoCopy () |
Static Package Attributes | |
| static final long | serialVersionUID = -2000885307L |
Private Member Functions | |
| void | writeObject (ObjectOutputStream s) throws IOException |
Private Attributes | |
| transient EOFaultHandler | _faultHandler |
| transient _EOCheapCopyArray | _immutableCopy |
| _EOCheapCopyMutableArray | ( | NSArray | otherArray | ) |
| _EOCheapCopyMutableArray | ( | EOFaultHandler | handler | ) |
| void _setCopy | ( | _EOCheapCopyArray | copy | ) |
| void addObject | ( | Object | object | ) |
Reimplemented from NSMutableArray.
| void addObjects | ( | Object | objects[] | ) |
Reimplemented from NSMutableArray.
| void clearFault | ( | ) |
| Object clone | ( | ) |
Reimplemented from NSMutableArray.
| int count | ( | ) |
| EOFaultHandler faultHandler | ( | ) |
| NSArray immutableClone | ( | ) |
Reimplemented from NSMutableArray.
| void insertObjectAtIndex | ( | Object | object, | |
| int | index | |||
| ) |
Reimplemented from NSMutableArray.
| boolean isFault | ( | ) |
| Object objectAtIndex | ( | int | index | ) |
| Enumeration objectEnumerator | ( | ) |
| Object [] objectsNoCopy | ( | ) | [protected] |
| void removeAllObjects | ( | ) |
Reimplemented from NSMutableArray.
| Object removeObjectAtIndex | ( | int | index | ) |
Reimplemented from NSMutableArray.
| Object replaceObjectAtIndex | ( | Object | object, | |
| int | index | |||
| ) |
Clears the objectsNoCopy too. It's wrong not to clear it.
Reimplemented from NSMutableArray.
| Enumeration reverseObjectEnumerator | ( | ) |
| void setArray | ( | NSArray | otherArray | ) |
Reimplemented from NSMutableArray.
| void sortUsingComparator | ( | NSComparator | comparator | ) | throws com.webobjects.foundation.NSComparator.ComparisonException |
Reimplemented from NSMutableArray.
| String toString | ( | ) |
| void turnIntoFault | ( | EOFaultHandler | handler | ) |
| void willRead | ( | ) |
| void writeObject | ( | ObjectOutputStream | s | ) | throws IOException [private] |
final Class _CLASS = _NSUtilities._classWithFullySpecifiedName("com.webobjects.eocontrol._EOCheapCopyMutableArray") [static] |
Reimplemented from NSMutableArray.
transient EOFaultHandler _faultHandler [private] |
transient _EOCheapCopyArray _immutableCopy [private] |
final long serialVersionUID = -2000885307L [static, package] |
Reimplemented from NSMutableArray.
1.5.8