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:
richard 1998-10-27 08:12:49 +00:00
parent af846fdfd3
commit c1befc7b44
8 changed files with 502 additions and 324 deletions

View file

@ -140,6 +140,11 @@
return _count;
}
- (unsigned) hash
{
return _count;
}
- (unsigned) indexOfObject: anObject
{
unsigned hash = [anObject hash];