org.rococoa.cocoa.foundation.categories
Interface NSExtendedMutableSet
- All Known Implementing Classes:
- NSCountedSet, NSMutableSet
public interface NSExtendedMutableSet
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
addObjectsFromArray
void addObjectsFromArray(NSArray array)
intersectSet
void intersectSet(NSSet otherSet)
minusSet
void minusSet(NSSet otherSet)
removeAllObjects
void removeAllObjects()
unionSet
void unionSet(NSSet otherSet)
setSet
void setSet(NSSet otherSet)