[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Incompatibility in NSMutableSet
From: |
Michael Scheibler |
Subject: |
Incompatibility in NSMutableSet |
Date: |
Tue, 22 May 2001 10:46:08 +0200 |
In OpenStep NSMutableSet had a method named
setSet:
- ((void)setSet:(NSSet *)otherSet
Empties the receiver, then adds each object contained in otherSet to the
receiver The new
member is sent a retain message as it is added to the receiver.
(copied from Apple's Foundation api documentation)
It's missing in GNUstep!
Michael
- Incompatibility in NSMutableSet,
Michael Scheibler <=