mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Corrected [-hash] implementations.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3123 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
af846fdfd3
commit
c1befc7b44
8 changed files with 502 additions and 324 deletions
|
@ -328,6 +328,11 @@ static Class NSMutableSet_concrete_class;
|
|||
return (([self member:anObject]) ? YES : NO);
|
||||
}
|
||||
|
||||
- (unsigned) hash
|
||||
{
|
||||
return [self count];
|
||||
}
|
||||
|
||||
- (void) makeObjectsPerform: (SEL)aSelector
|
||||
{
|
||||
id o, e = [self objectEnumerator];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue