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.


Nested Class Summary
static interface NSExtendedMutableSet._static_
           
 
Method Summary
 void addObjectsFromArray(NSArray array)
           
 void intersectSet(NSSet otherSet)
           
 void minusSet(NSSet otherSet)
           
 void removeAllObjects()
           
 void setSet(NSSet otherSet)
           
 void unionSet(NSSet otherSet)
           
 

Method Detail

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)