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.NSSet |
allObjects, anyObject, containsObject, count, intersectsSet, isEqualToSet, isSubsetOfSet, makeObjectsPerform, makeObjectsPerform, member, objectEnumerator |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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.
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: