Uses of Class
org.rococoa.cocoa.foundation.NSHashTableCallBacks.ByValue

Packages that use NSHashTableCallBacks.ByValue
org.rococoa.cocoa.foundation   
 

Uses of NSHashTableCallBacks.ByValue in org.rococoa.cocoa.foundation
 

Fields in org.rococoa.cocoa.foundation with type parameters of type NSHashTableCallBacks.ByValue
static GlobalStruct<NSHashTableCallBacks.ByValue> FoundationLibrary.NSIntegerHashCallBacks
           
static GlobalStruct<NSHashTableCallBacks.ByValue> FoundationLibrary.NSIntHashCallBacks
           
static GlobalStruct<NSHashTableCallBacks.ByValue> FoundationLibrary.NSNonOwnedPointerHashCallBacks
           
static GlobalStruct<NSHashTableCallBacks.ByValue> FoundationLibrary.NSNonRetainedObjectHashCallBacks
           
static GlobalStruct<NSHashTableCallBacks.ByValue> FoundationLibrary.NSObjectHashCallBacks
           
static GlobalStruct<NSHashTableCallBacks.ByValue> FoundationLibrary.NSOwnedObjectIdentityHashCallBacks
           
static GlobalStruct<NSHashTableCallBacks.ByValue> FoundationLibrary.NSOwnedPointerHashCallBacks
           
static GlobalStruct<NSHashTableCallBacks.ByValue> FoundationLibrary.NSPointerToStructHashCallBacks
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSHashTableCallBacks.ByValue
 NSHashTable FoundationLibrary.NSCreateHashTable(NSHashTableCallBacks.ByValue callBacks, NSUInteger capacity)
          Original signature : NSHashTable* NSCreateHashTable(NSHashTableCallBacks, NSUInteger)
native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:104
 NSHashTable FoundationLibrary.NSCreateHashTableWithZone(NSHashTableCallBacks.ByValue callBacks, NSUInteger capacity, FoundationLibrary.NSZone zone)
          Original signature : NSHashTable* NSCreateHashTableWithZone(NSHashTableCallBacks, NSUInteger, NSZone*)
native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:103
 



Copyright © 2009. All Rights Reserved.