Uses of Class
org.rococoa.cocoa.foundation.NSMutableSet

Packages that use NSMutableSet
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSMutableSet in org.rococoa.cocoa.foundation
 

Subclasses of NSMutableSet in org.rococoa.cocoa.foundation
 class NSCountedSet
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 

Methods in org.rococoa.cocoa.foundation that return NSMutableSet
static NSMutableSet NSMutableSet.alloc()
           
abstract  NSMutableSet NSMutableSet._class_.alloc()
           
static NSMutableSet NSMutableSet.new_()
           
abstract  NSMutableSet NSMutableSet._class_.new_()
           
 

Uses of NSMutableSet in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories that return NSMutableSet
 NSMutableSet NSMutableSetCreation.initWithCapacity(NSUInteger numItems)
          Original signature : -(id)initWithCapacity:(NSUInteger)
from NSMutableSetCreation native declaration : NSSet.h:90
 NSMutableSet NSKeyValueCoding.mutableSetValueForKey(NSString key)
          Given a key that identifies an _unordered_ to-many relationship, return a mutable set that provides read-write access to the related objects.
 NSMutableSet NSKeyValueCoding.mutableSetValueForKeyPath(NSString keyPath)
          Original signature : -(NSMutableSet*)mutableSetValueForKeyPath:(NSString*)
from NSKeyValueCoding native declaration : NSKeyValueCoding.h:109
 NSMutableSet NSMutableSetCreation._static_.setWithCapacity(NSUInteger numItems)
          Original signature : +(id)setWithCapacity:(NSUInteger)
from NSMutableSetCreation native declaration : NSSet.h:89
 



Copyright © 2009. All Rights Reserved.