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

Packages that use NSPointerFunctions
org.rococoa.cocoa.foundation   
 

Uses of NSPointerFunctions in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSPointerFunctions
static NSPointerFunctions NSPointerFunctions.alloc()
           
abstract  NSPointerFunctions NSPointerFunctions._class_.alloc()
           
static NSPointerFunctions NSPointerFunctions.createWithOptions(NSUInteger options)
          Factory method
abstract  NSPointerFunctions NSPointerFunctions.initWithOptions(NSUInteger options)
          construction
Original signature : -(id)initWithOptions:(NSPointerFunctionsOptions)
native declaration : NSPointerFunctions.h:55
abstract  NSPointerFunctions NSMapTable.keyPointerFunctions()
          return an NSPointerFunctions object reflecting the functions in use.
static NSPointerFunctions NSPointerFunctions.new_()
           
abstract  NSPointerFunctions NSPointerFunctions._class_.new_()
           
abstract  NSPointerFunctions NSPointerArray.pointerFunctions()
          return an NSPointerFunctions object reflecting the functions in use.
abstract  NSPointerFunctions NSHashTable.pointerFunctions()
          return an NSPointerFunctions object reflecting the functions in use.
static NSPointerFunctions NSPointerFunctions.pointerFunctionsWithOptions(NSUInteger options)
          Original signature : +(id)pointerFunctionsWithOptions:(NSPointerFunctionsOptions)
native declaration : NSPointerFunctions.h:56
abstract  NSPointerFunctions NSPointerFunctions._class_.pointerFunctionsWithOptions(NSUInteger options)
          Original signature : +(id)pointerFunctionsWithOptions:(NSPointerFunctionsOptions)
native declaration : NSPointerFunctions.h:56
abstract  NSPointerFunctions NSMapTable.valuePointerFunctions()
          Original signature : -(NSPointerFunctions*)valuePointerFunctions
native declaration : NSMapTable.h:43
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSPointerFunctions
static NSMapTable NSMapTable.createWithKeyPointerFunctions_valuePointerFunctions_capacity(NSPointerFunctions keyFunctions, NSPointerFunctions valueFunctions, NSUInteger initialCapacity)
          Factory method
static NSHashTable NSHashTable.createWithPointerFunctions_capacity(NSPointerFunctions functions, NSUInteger initialCapacity)
          Factory method
static NSPointerArray NSPointerArray.createWithPointerFunctions(NSPointerFunctions functions)
          Factory method
abstract  NSMapTable NSMapTable.initWithKeyPointerFunctions_valuePointerFunctions_capacity(NSPointerFunctions keyFunctions, NSPointerFunctions valueFunctions, NSUInteger initialCapacity)
          Original signature : -(id)initWithKeyPointerFunctions:(NSPointerFunctions*) valuePointerFunctions:(NSPointerFunctions*) capacity:(NSUInteger)
native declaration : NSMapTable.h:32
abstract  NSHashTable NSHashTable.initWithPointerFunctions_capacity(NSPointerFunctions functions, NSUInteger initialCapacity)
          Original signature : -(id)initWithPointerFunctions:(NSPointerFunctions*) capacity:(NSUInteger)
native declaration : NSHashTable.h:30
abstract  NSPointerArray NSPointerArray.initWithPointerFunctions(NSPointerFunctions functions)
          Original signature : -(id)initWithPointerFunctions:(NSPointerFunctions*)
native declaration : NSPointerArray.h:29
static NSPointerArray NSPointerArray.pointerArrayWithPointerFunctions(NSPointerFunctions functions)
          Original signature : +(id)pointerArrayWithPointerFunctions:(NSPointerFunctions*)
native declaration : NSPointerArray.h:32
abstract  NSPointerArray NSPointerArray._class_.pointerArrayWithPointerFunctions(NSPointerFunctions functions)
          Original signature : +(id)pointerArrayWithPointerFunctions:(NSPointerFunctions*)
native declaration : NSPointerArray.h:32
 



Copyright © 2009. All Rights Reserved.