All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Set | +----com.apple.alpha.core.MutableSet
NSMutableSet
.
[[NSMutableSet
alloc] init]
.
- addObject:
Objective-C instance method.
- addObjectsFromArray:
Objective-C instance method.
- intersectSet:
Objective-C instance method.
- minusSet:
Objective-C instance method.
- removeAllObjects
Objective-C instance method.
- removeObject:
Objective-C instance method.
- setSet:
Objective-C instance method.
+ setWithCapacity:
Objective-C class method.
- unionSet:
Objective-C instance method.
public MutableSet(Enumeration e)
protected MutableSet(boolean shouldAllocate, int objcObject)
public MutableSet()
[[NSMutableSet
alloc] init]
.
public native void addObject(Object object)
- addObject:
Objective-C instance method.
public native void removeObject(Object object)
- removeObject:
Objective-C instance method.
public native void addObjectsFromArray(Array array)
- addObjectsFromArray:
Objective-C instance method.
public native void intersectSet(Set otherSet)
- intersectSet:
Objective-C instance method.
public native void minusSet(Set otherSet)
- minusSet:
Objective-C instance method.
public native void removeAllObjects()
- removeAllObjects
Objective-C instance method.
public native void unionSet(Set otherSet)
- unionSet:
Objective-C instance method.
public native void setSet(Set otherSet)
- setSet:
Objective-C instance method.
public static native Object setWithCapacity(int numItems)
+ setWithCapacity:
Objective-C class method.
All Packages Class Hierarchy This Package Previous Next Index