gnu.gnustep.base
Class NSSet

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSSet
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
NSMutableSet

public class NSSet
extends NSObject

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

NSSet

public NSSet()
Wraps the Objective-C method init

NSSet

public NSSet(NSArray arg0)
Wraps the Objective-C method initWithArray:

NSSet

public NSSet(NSSet arg0)
Wraps the Objective-C method initWithSet:

NSSet

public NSSet(NSSet arg0,
             boolean arg1)
Wraps the Objective-C method initWithSet:copyItems:

NSSet

public NSSet(java.lang.Object[] objects)
Creates a new set containing the objects in the Java array objects.
Method Detail

count

public long count()
Wraps the Objective-C method count

allObjects

public NSArray allObjects()
Wraps the Objective-C method allObjects

anyObject

public java.lang.Object anyObject()
Wraps the Objective-C method anyObject

containsObject

public boolean containsObject(java.lang.Object arg0)
Wraps the Objective-C method containsObject:

makeObjectsPerform

public void makeObjectsPerform(NSSelector arg0)
Wraps the Objective-C method makeObjectsPerform:

makeObjectsPerform

public void makeObjectsPerform(NSSelector arg0,
                               java.lang.Object arg1)
Wraps the Objective-C method makeObjectsPerform:withObject:

member

public java.lang.Object member(java.lang.Object arg0)
Wraps the Objective-C method member:

objectEnumerator

public NSEnumerator objectEnumerator()
Wraps the Objective-C method objectEnumerator

isSubsetOfSet

public boolean isSubsetOfSet(NSSet arg0)
Wraps the Objective-C method isSubsetOfSet:

intersectsSet

public boolean intersectsSet(NSSet arg0)
Wraps the Objective-C method intersectsSet:

isEqualToSet

public boolean isEqualToSet(NSSet arg0)
Wraps the Objective-C method isEqualToSet: