|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSSet
This class wraps the Objective-C class NSSet. It was automatically generated by JIGS WrapCreator.
| Constructor Summary | |
NSSet()
Wraps the Objective-C method init |
|
NSSet(NSArray arg0)
Wraps the Objective-C method initWithArray: |
|
NSSet(NSSet arg0)
Wraps the Objective-C method initWithSet: |
|
NSSet(NSSet arg0,
boolean arg1)
Wraps the Objective-C method initWithSet:copyItems: |
|
NSSet(java.lang.Object[] objects)
Creates a new set containing the objects in the Java array objects. |
|
| Method Summary | |
NSArray |
allObjects()
Wraps the Objective-C method allObjects |
java.lang.Object |
anyObject()
Wraps the Objective-C method anyObject |
boolean |
containsObject(java.lang.Object arg0)
Wraps the Objective-C method containsObject: |
long |
count()
Wraps the Objective-C method count |
boolean |
intersectsSet(NSSet arg0)
Wraps the Objective-C method intersectsSet: |
boolean |
isEqualToSet(NSSet arg0)
Wraps the Objective-C method isEqualToSet: |
boolean |
isSubsetOfSet(NSSet arg0)
Wraps the Objective-C method isSubsetOfSet: |
void |
makeObjectsPerform(NSSelector arg0)
Wraps the Objective-C method makeObjectsPerform: |
void |
makeObjectsPerform(NSSelector arg0,
java.lang.Object arg1)
Wraps the Objective-C method makeObjectsPerform:withObject: |
java.lang.Object |
member(java.lang.Object arg0)
Wraps the Objective-C method member: |
NSEnumerator |
objectEnumerator()
Wraps the Objective-C method objectEnumerator |
| Methods inherited from class gnu.gnustep.base.NSObject |
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSSet()
public NSSet(NSArray arg0)
public NSSet(NSSet arg0)
public NSSet(NSSet arg0,
boolean arg1)
public NSSet(java.lang.Object[] objects)
| Method Detail |
public long count()
public NSArray allObjects()
public java.lang.Object anyObject()
public boolean containsObject(java.lang.Object arg0)
public void makeObjectsPerform(NSSelector arg0)
public void makeObjectsPerform(NSSelector arg0,
java.lang.Object arg1)
public java.lang.Object member(java.lang.Object arg0)
public NSEnumerator objectEnumerator()
public boolean isSubsetOfSet(NSSet arg0)
public boolean intersectsSet(NSSet arg0)
public boolean isEqualToSet(NSSet arg0)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||