All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Set
NSSet
.
[[NSSet
alloc] init]
.
- allObjects
Objective-C instance method.
- anyObject
Objective-C instance method.
- containsObject:
Objective-C instance method.
- count
Objective-C instance method.
- descriptionWithLocale:
Objective-C instance method.
- intersectsSet:
Objective-C instance method.
- isEqualToSet:
Objective-C instance method.
- isSubsetOfSet:
Objective-C instance method.
- makeObjectsPerformSelector:
Objective-C instance method.
- makeObjectsPerformSelector:withObject:
Objective-C instance method.
- member:
Objective-C instance method.
- objectEnumerator
Objective-C instance method.
+ set
Objective-C class method.
+ setWithArray:
Objective-C class method.
+ setWithObject:
Objective-C class method.
+ setWithSet:
Objective-C class method.
- description
Objective-C instance method.
protected Set(boolean shouldAllocate, int objcObject)
public Set()
[[NSSet
alloc] init]
.
public native int count()
- count
Objective-C instance method.
public native Object member(Object object)
- member:
Objective-C instance method.
public native Enumerator objectEnumerator()
- objectEnumerator
Objective-C instance method.
public native Array allObjects()
- allObjects
Objective-C instance method.
public native Object anyObject()
- anyObject
Objective-C instance method.
public native boolean containsObject(Object anObject)
- containsObject:
Objective-C instance method.
public native String toString()
- description
Objective-C instance method.
public native String descriptionWithLocale(Dictionary locale)
- descriptionWithLocale:
Objective-C instance method.
public native boolean intersectsSet(Set otherSet)
- intersectsSet:
Objective-C instance method.
public native boolean isEqualToSet(Set otherSet)
- isEqualToSet:
Objective-C instance method.
public native boolean isSubsetOfSet(Set otherSet)
- isSubsetOfSet:
Objective-C instance method.
public native void makeObjectsPerformMethod(Selector aSelector)
- makeObjectsPerformSelector:
Objective-C instance method.
public native void makeObjectsPerformMethodWithObject(Selector aSelector, Object argument)
- makeObjectsPerformSelector:withObject:
Objective-C instance method.
public static native Object set()
+ set
Objective-C class method.
public static native Object setWithArray(Array array)
+ setWithArray:
Objective-C class method.
public static native Object setWithObject(Object object)
+ setWithObject:
Objective-C class method.
public static native Object setWithSet(Set set)
+ setWithSet:
Objective-C class method.
All Packages Class Hierarchy This Package Previous Next Index