gnu.gnustep.base
Class NSCountedSet

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

public class NSCountedSet
extends NSMutableSet

This class wraps the Objective-C class NSCountedSet. It was automatically generated by JIGS WrapCreator.


Constructor Summary
NSCountedSet()
          Wraps the Objective-C method init
NSCountedSet(long arg0)
          Wraps the Objective-C method initWithCapacity:
NSCountedSet(NSArray arg0)
          Wraps the Objective-C method initWithArray:
NSCountedSet(NSSet arg0)
          Wraps the Objective-C method initWithSet:
NSCountedSet(NSSet arg0, boolean arg1)
          Wraps the Objective-C method initWithSet:copyItems:
NSCountedSet(java.lang.Object[] objects)
          Creates a new set containing the objects in the Java array objects.
 
Method Summary
 long countForObject(java.lang.Object arg0)
          Wraps the Objective-C method countForObject:
 void purge(int arg0)
          Wraps the Objective-C method purge:
 java.lang.Object unique(java.lang.Object arg0)
          Wraps the Objective-C method unique:
 
Methods inherited from class gnu.gnustep.base.NSMutableSet
addObject, addObjectsFromArray, intersectSet, minusSet, removeAllObjects, removeObject, unionSet
 
Methods inherited from class gnu.gnustep.base.NSSet
allObjects, anyObject, containsObject, count, intersectsSet, isEqualToSet, isSubsetOfSet, makeObjectsPerform, makeObjectsPerform, member, 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

NSCountedSet

public NSCountedSet()
Wraps the Objective-C method init

NSCountedSet

public NSCountedSet(long arg0)
Wraps the Objective-C method initWithCapacity:

NSCountedSet

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

NSCountedSet

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

NSCountedSet

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

NSCountedSet

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

countForObject

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

purge

public void purge(int arg0)
Wraps the Objective-C method purge:

unique

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