User's Guide to the GNU Objective-C Class Library
9.3 Indexed Adding
Furthermore, if the collections contents are accessible by an index (an
unsigned integer key), members can be appended, prepended. Inserted
members push other members down to make room.
See IndexedCollecting protocol.
Method: IndexedCollection @keyword{-insertObject:} newObject @keyword{atIndex:} (unsigned)index
@deftypemethodx IndexedCollecting {} @keyword{-insertElement:} (elt)newElement @keyword{atIndex:} (unsigned)index
<<Undocumented>> returns self.
Method: IndexedCollection @keyword{-insertObject:} newObject @keyword{before:} oldObject
@deftypemethodx IndexedCollecting {} @keyword{-insertElement:} (elt)newElement @keyword{before:} oldObject
<<Undocumented>> returns self.
Method: IndexedCollection @keyword{-insertObject:} newObject @keyword{after:} oldObject
@deftypemethodx IndexedCollecting {} @keyword{-insertElement:} (elt)newElement @keyword{after:} oldObject
<<Undocumented>> returns self.
Method: IndexedCollection @keyword{insertContentsOf:} (id <Collecting>)aCollection @keyword{atIndex:} (unsigned)index
<<Undocumented>> returns self.
Method: IndexedCollection @keyword{-appendObject:} newObject
@deftypemethodx IndexedCollecting {} @keyword{-appendElement:} (elt)newElement
@deftypemethodx IndexedCollection {} @keyword{-prependObject:} newObject
@deftypemethodx IndexedCollecting {} @keyword{-prependElement:} (elt)newElement
<<Undocumented>> returns self.
Method: IndexedCollection @keyword{-appendContentsOf:} (id <Collecting>)aCollection
@deftypemethodx IndexedCollection {} @keyword{-prependContentsOf:} (id <Collecting>)aCollection
<<Undocumented>> returns self.
<<This section unfinished.>>
Please take a moment to fill out
this visitor survey
You can help support this site by
visiting the advertisers that sponsor it! (only once each, though)