libs-base/Documentation/gsdoc/NSMutableSet.html

97 lines
2.6 KiB
HTML
Raw Normal View History

<html><head>
<title>NSMutableSet</title>
</head>
<body>
<a href="NSMutableDictionary.html">[Previous]</a>
<a href="Base.html">[Up]</a>
<a href="NSMutableString.html">[Next]</a>
<h1>NSMutableSet</h1>
<h3>Authors</h3>
<dl>
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: 0.1</p>
<p>Date: 28 February, 2000</p>
<h2><a name="cont-0">NSMutableSet</a></h2>
<h2><a name="NSMutableSet">NSMutableSet</a></h2>
<p><b>Declared in:</b> Foundation/NSSet.h</p>
<p><b>Inherits from:</b> NSSet</p>
<p><b>Conforms to:</b> NSCoding
</p>
<hr>
<ul>
<li><a href="NSMutableSet.html#method-0">+allocWithZone:</a>
<li><a href="NSMutableSet.html#method-1">+setWithCapacity:</a>
<li><a href="NSMutableSet.html#method-2">-addObject:</a>
<li><a href="NSMutableSet.html#method-3">-addObjectsFromArray:</a>
<li><a href="NSMutableSet.html#method-4">-initWithCapacity:</a>
<li><a href="NSMutableSet.html#method-5">-intersectSet:</a>
<li><a href="NSMutableSet.html#method-6">-minusSet:</a>
<li><a href="NSMutableSet.html#method-7">-removeAllObjects</a>
<li><a href="NSMutableSet.html#method-8">-removeObject:</a>
<li><a href="NSMutableSet.html#method-9">-setSet:</a>
<li><a href="NSMutableSet.html#method-10">-unionSet:</a>
</ul>
<hr>
<h2><a name="method-0">allocWithZone:</a></h2>
+ (id) <b>allocWithZone:</b> (NSZone*)zone;<br>
<hr>
<h2><a name="method-1">setWithCapacity:</a></h2>
+ (id) <b>setWithCapacity:</b> (unsigned int)numItems;<br>
<hr>
<h2><a name="method-2">addObject:</a></h2>
- (void) <b>addObject:</b> (id)anObject;<br>
<hr>
<h2><a name="method-3">addObjectsFromArray:</a></h2>
- (void) <b>addObjectsFromArray:</b> (NSArray*)anArray;<br>
<hr>
<h2><a name="method-4">initWithCapacity:</a></h2>
- (id) <b>initWithCapacity:</b> (unsigned int)numItems;<br>
<hr>
<h2><a name="method-5">intersectSet:</a></h2>
- (void) <b>intersectSet:</b> (NSSet*)otherSet;<br>
<hr>
<h2><a name="method-6">minusSet:</a></h2>
- (void) <b>minusSet:</b> (NSSet*)otherSet;<br>
<hr>
<h2><a name="method-7">removeAllObjects</a></h2>
- (void) <b>removeAllObjects</b>;<br>
<hr>
<h2><a name="method-8">removeObject:</a></h2>
- (void) <b>removeObject:</b> (id)anObject;<br>
<hr>
<h2><a name="method-9">setSet:</a></h2>
- (void) <b>setSet:</b> (NSSet*)otherSet;<br>
<hr>
<h2><a name="method-10">unionSet:</a></h2>
- (void) <b>unionSet:</b> (NSSet*)otherSet;<br>
<hr>
</body>
</html>