New DO documentation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6873 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-07-04 19:53:39 +00:00
parent 9932ed0243
commit 9cd2545b1c
141 changed files with 2248 additions and 1500 deletions

View file

@ -47,107 +47,107 @@
</ul>
<hr>
<h2><a name="method-0">arrayWithCapacity:</a></h2>
+ (id) <b>arrayWithCapacity:</b> (unsigned int)numItems<br>
+ (id) <b>arrayWithCapacity:</b> (unsigned int)numItems;<br>
<hr>
<h2><a name="method-1">addObject:</a></h2>
- (void) <b>addObject:</b> (id)anObject<br>
- (void) <b>addObject:</b> (id)anObject;<br>
<hr>
<h2><a name="method-2">addObjectsFromArray:</a></h2>
- (void) <b>addObjectsFromArray:</b> (NSArray*)otherArray<br>
- (void) <b>addObjectsFromArray:</b> (NSArray*)otherArray;<br>
<hr>
<h2><a name="method-3">initWithCapacity:</a></h2>
- (id) <b>initWithCapacity:</b> (unsigned int)numItems<br>
- (id) <b>initWithCapacity:</b> (unsigned int)numItems;<br>
<hr>
<h2><a name="method-4">insertObject:</a></h2>
- (void) <b>insertObject:</b> (id)anObject<br>
- (void) <b>insertObject:</b> (id)anObject;<br>
<hr>
<h2><a name="method-5">removeAllObjects</a></h2>
- (void) <b>removeAllObjects</b><br>
- (void) <b>removeAllObjects</b>;<br>
<hr>
<h2><a name="method-6">removeLastObject</a></h2>
- (void) <b>removeLastObject</b><br>
- (void) <b>removeLastObject</b>;<br>
<hr>
<h2><a name="method-7">removeObject:</a></h2>
- (void) <b>removeObject:</b> (id)anObject<br>
- (void) <b>removeObject:</b> (id)anObject;<br>
<hr>
<h2><a name="method-8">removeObject:</a></h2>
- (void) <b>removeObject:</b> (id)anObject<br>
- (void) <b>removeObject:</b> (id)anObject;<br>
<hr>
<h2><a name="method-9">removeObjectAtIndex:</a></h2>
- (void) <b>removeObjectAtIndex:</b> (unsigned int)index<br>
- (void) <b>removeObjectAtIndex:</b> (unsigned int)index;<br>
<hr>
<h2><a name="method-10">removeObjectIdenticalTo:</a></h2>
- (void) <b>removeObjectIdenticalTo:</b> (id)anObject<br>
- (void) <b>removeObjectIdenticalTo:</b> (id)anObject;<br>
<hr>
<h2><a name="method-11">removeObjectIdenticalTo:</a></h2>
- (void) <b>removeObjectIdenticalTo:</b> (id)anObject<br>
- (void) <b>removeObjectIdenticalTo:</b> (id)anObject;<br>
<hr>
<h2><a name="method-12">removeObjectsFromIndices:numIndices:</a></h2>
- (void) <b>removeObjectsFromIndices:</b> (unsigned int*)indices <b>numIndices:</b> (unsigned int)count<br>
- (void) <b>removeObjectsFromIndices:</b> (unsigned int*)indices <b>numIndices:</b> (unsigned int)count;<br>
<hr>
<h2><a name="method-13">removeObjectsInArray:</a></h2>
- (void) <b>removeObjectsInArray:</b> (NSArray*)otherArray<br>
- (void) <b>removeObjectsInArray:</b> (NSArray*)otherArray;<br>
<hr>
<h2><a name="method-14">removeObjectsInRange:</a></h2>
- (void) <b>removeObjectsInRange:</b> (NSRange)aRange<br>
- (void) <b>removeObjectsInRange:</b> (NSRange)aRange;<br>
<hr>
<h2><a name="method-15">replaceObjectAtIndex:withObject:</a></h2>
- (void) <b>replaceObjectAtIndex:</b> (unsigned int)index <b>withObject:</b> (id)anObject<br>
- (void) <b>replaceObjectAtIndex:</b> (unsigned int)index <b>withObject:</b> (id)anObject;<br>
<hr>
<h2><a name="method-16">replaceObjectsInRange:withObjectsFromArray:</a></h2>
- (void) <b>replaceObjectsInRange:</b> (NSRange)aRange <b>withObjectsFromArray:</b> (NSArray*)otherArray<br>
- (void) <b>replaceObjectsInRange:</b> (NSRange)aRange <b>withObjectsFromArray:</b> (NSArray*)otherArray;<br>
<hr>
<h2><a name="method-17">replaceObjectsInRange:withObjectsFromArray:</a></h2>
- (void) <b>replaceObjectsInRange:</b> (NSRange)aRange <b>withObjectsFromArray:</b> (NSArray*)otherArray<br>
- (void) <b>replaceObjectsInRange:</b> (NSRange)aRange <b>withObjectsFromArray:</b> (NSArray*)otherArray;<br>
<hr>
<h2><a name="method-18">setArray:</a></h2>
- (void) <b>setArray:</b> (NSArray*)otherArray<br>
- (void) <b>setArray:</b> (NSArray*)otherArray;<br>
<hr>
<h2><a name="method-19">sortUsingFunction:context:</a></h2>
- (void) <b>sortUsingFunction:</b> (int(*)(id,id,void*))compare <b>context:</b> (void*)context<br>
- (void) <b>sortUsingFunction:</b> (int(*)(id,id,void*))compare <b>context:</b> (void*)context;<br>
<hr>
<h2><a name="method-20">sortUsingSelector:</a></h2>
- (void) <b>sortUsingSelector:</b> (SEL)comparator<br>
- (void) <b>sortUsingSelector:</b> (SEL)comparator;<br>
<hr>