org.rococoa.cocoa.foundation
Class NSHashTable

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSHashTable
All Implemented Interfaces:
NSCoding, NSCopying, NSFastEnumeration, NSObject, ObjCObject

public abstract class NSHashTable
extends NSObject
implements ObjCObject, NSCopying, NSCoding, NSFastEnumeration

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class NSHashTable._class_
           
 
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying
NSCopying._static_
 
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding
NSCoding._static_
 
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSFastEnumeration
NSFastEnumeration._static_
 
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject
NSObject._static_
 
Constructor Summary
NSHashTable()
           
 
Method Summary
abstract  void addObject(ObjCObject object)
          Original signature : -(void)addObject:(id)
native declaration : NSHashTable.h:46
abstract  NSArray allObjects()
          convenience
Original signature : -(NSArray*)allObjects
native declaration : NSHashTable.h:52
static NSHashTable alloc()
           
abstract  NSObject anyObject()
          Original signature : -(id)anyObject
native declaration : NSHashTable.h:54
abstract  boolean containsObject(ObjCObject anObject)
          Original signature : -(BOOL)containsObject:(id)
native declaration : NSHashTable.h:55
abstract  NSUInteger count()
          Original signature : -(NSUInteger)count
native declaration : NSHashTable.h:42
static NSHashTable createWithPointerFunctions_capacity(NSPointerFunctions functions, NSUInteger initialCapacity)
          Factory method
static NSHashTable._class_ getNSClass()
           
static NSHashTable hashTableWithWeakObjects()
          Original signature : +(id)hashTableWithWeakObjects
native declaration : NSHashTable.h:36
abstract  NSHashTable initWithPointerFunctions_capacity(NSPointerFunctions functions, NSUInteger initialCapacity)
          Original signature : -(id)initWithPointerFunctions:(NSPointerFunctions*) capacity:(NSUInteger)
native declaration : NSHashTable.h:30
abstract  void intersectHashTable(NSHashTable other)
          Original signature : -(void)intersectHashTable:(NSHashTable*)
native declaration : NSHashTable.h:61
abstract  boolean intersectsHashTable(NSHashTable other)
          Original signature : -(BOOL)intersectsHashTable:(NSHashTable*)
native declaration : NSHashTable.h:57
abstract  boolean isEqualToHashTable(NSHashTable other)
          Original signature : -(BOOL)isEqualToHashTable:(NSHashTable*)
native declaration : NSHashTable.h:58
abstract  boolean isSubsetOfHashTable(NSHashTable other)
          Original signature : -(BOOL)isSubsetOfHashTable:(NSHashTable*)
native declaration : NSHashTable.h:59
abstract  NSObject member(ObjCObject object)
          Original signature : -(id)member:(id)
native declaration : NSHashTable.h:43
abstract  void minusHashTable(NSHashTable other)
          Original signature : -(void)minusHashTable:(NSHashTable*)
native declaration : NSHashTable.h:63
static NSHashTable new_()
           
abstract  NSEnumerator objectEnumerator()
          Original signature : -(NSEnumerator*)objectEnumerator
native declaration : NSHashTable.h:44
abstract  NSPointerFunctions pointerFunctions()
          return an NSPointerFunctions object reflecting the functions in use.
abstract  void removeAllObjects()
          Original signature : -(void)removeAllObjects
native declaration : NSHashTable.h:50
abstract  void removeObject(ObjCObject object)
          Original signature : -(void)removeObject:(id)
native declaration : NSHashTable.h:47
abstract  NSSet setRepresentation()
          create a set of the contents
Original signature : -(NSSet*)setRepresentation
native declaration : NSHashTable.h:65
abstract  void unionHashTable(NSHashTable other)
          Original signature : -(void)unionHashTable:(NSHashTable*)
native declaration : NSHashTable.h:62
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
as_NSObject_NSAccessibility, as_NSObject_NSAccessibilityAdditions, as_NSObject_NSApplicationScriptingDelegation, as_NSObject_NSArchiverCallback, as_NSObject_NSClassDescriptionPrimitives, as_NSObject_NSCoderMethods, as_NSObject_NSColorPanelResponderMethod, as_NSObject_NSComparisonMethods, as_NSObject_NSControlSubclassNotifications, as_NSObject_NSCopyLinkMoveHandler, as_NSObject_NSDelayedPerforming, as_NSObject_NSDeprecatedKeyValueCoding, as_NSObject_NSDeprecatedKeyValueObservingCustomization, as_NSObject_NSDeprecatedMethods, as_NSObject_NSDictionaryControllerKeyValuePair, as_NSObject_NSDistributedObjects, as_NSObject_NSDraggingDestination, as_NSObject_NSDraggingSource, as_NSObject_NSDraggingSourceDeprecated, as_NSObject_NSEditor, as_NSObject_NSEditorRegistration, as_NSObject_NSErrorRecoveryAttempting, as_NSObject_NSFileManagerFileOperationAdditions, as_NSObject_NSFontManagerDelegate, as_NSObject_NSFontManagerResponderMethod, as_NSObject_NSFontPanelValidationAdditions, as_NSObject_NSKeyValueBindingCreation, as_NSObject_NSKeyValueCoding, as_NSObject_NSKeyValueObserverNotification, as_NSObject_NSKeyValueObserverRegistration, as_NSObject_NSKeyValueObserving, as_NSObject_NSKeyValueObservingCustomization, as_NSObject_NSMenuValidation, as_NSObject_NSNibAwaking, as_NSObject_NSPasteboardOwner, as_NSObject_NSPlaceholders, as_NSObject_NSScriptClassDescription, as_NSObject_NSScripting, as_NSObject_NSScriptingComparisonMethods, as_NSObject_NSScriptKeyValueCoding, as_NSObject_NSScriptObjectSpecifiers, as_NSObject_NSThreadPerformAdditions, as_NSObject_NSURLClient, as_NSObject_NSURLConnectionDelegate, as_NSObject_NSURLDownloadDelegate, copy, create, dealloc, description, doesNotRecognizeSelector, finalize, forwardingTargetForSelector, forwardInvocation, init, isKindOfClass, isKindOfClass, methodForSelector, methodSignatureForSelector, mutableCopy, release, retain, retainCount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying
copyWithZone
 
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding
encodeWithCoder, initWithCoder
 
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSFastEnumeration
countByEnumeratingWithState_objects_count
 
Methods inherited from interface org.rococoa.ObjCObject
id
 
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone
 

Constructor Detail

NSHashTable

public NSHashTable()
Method Detail

initWithPointerFunctions_capacity

public abstract NSHashTable initWithPointerFunctions_capacity(NSPointerFunctions functions,
                                                              NSUInteger initialCapacity)
Original signature : -(id)initWithPointerFunctions:(NSPointerFunctions*) capacity:(NSUInteger)
native declaration : NSHashTable.h:30


createWithPointerFunctions_capacity

public static NSHashTable createWithPointerFunctions_capacity(NSPointerFunctions functions,
                                                              NSUInteger initialCapacity)
Factory method

See Also:
initWithPointerFunctions_capacity(org.rococoa.cocoa.foundation.NSPointerFunctions, org.rococoa.cocoa.foundation.NSUInteger)

hashTableWithWeakObjects

public static NSHashTable hashTableWithWeakObjects()
Original signature : +(id)hashTableWithWeakObjects
native declaration : NSHashTable.h:36


pointerFunctions

public abstract NSPointerFunctions pointerFunctions()
return an NSPointerFunctions object reflecting the functions in use. This is a new autoreleased object that can be subsequently modified and/or used directly in the creation of other pointer "collections".
Original signature : -(NSPointerFunctions*)pointerFunctions
native declaration : NSHashTable.h:40


count

public abstract NSUInteger count()
Original signature : -(NSUInteger)count
native declaration : NSHashTable.h:42


member

public abstract NSObject member(ObjCObject object)
Original signature : -(id)member:(id)
native declaration : NSHashTable.h:43


objectEnumerator

public abstract NSEnumerator objectEnumerator()
Original signature : -(NSEnumerator*)objectEnumerator
native declaration : NSHashTable.h:44


addObject

public abstract void addObject(ObjCObject object)
Original signature : -(void)addObject:(id)
native declaration : NSHashTable.h:46


removeObject

public abstract void removeObject(ObjCObject object)
Original signature : -(void)removeObject:(id)
native declaration : NSHashTable.h:47


removeAllObjects

public abstract void removeAllObjects()
Original signature : -(void)removeAllObjects
native declaration : NSHashTable.h:50


allObjects

public abstract NSArray allObjects()
convenience
Original signature : -(NSArray*)allObjects
native declaration : NSHashTable.h:52


anyObject

public abstract NSObject anyObject()
Original signature : -(id)anyObject
native declaration : NSHashTable.h:54


containsObject

public abstract boolean containsObject(ObjCObject anObject)
Original signature : -(BOOL)containsObject:(id)
native declaration : NSHashTable.h:55


intersectsHashTable

public abstract boolean intersectsHashTable(NSHashTable other)
Original signature : -(BOOL)intersectsHashTable:(NSHashTable*)
native declaration : NSHashTable.h:57


isEqualToHashTable

public abstract boolean isEqualToHashTable(NSHashTable other)
Original signature : -(BOOL)isEqualToHashTable:(NSHashTable*)
native declaration : NSHashTable.h:58


isSubsetOfHashTable

public abstract boolean isSubsetOfHashTable(NSHashTable other)
Original signature : -(BOOL)isSubsetOfHashTable:(NSHashTable*)
native declaration : NSHashTable.h:59


intersectHashTable

public abstract void intersectHashTable(NSHashTable other)
Original signature : -(void)intersectHashTable:(NSHashTable*)
native declaration : NSHashTable.h:61


unionHashTable

public abstract void unionHashTable(NSHashTable other)
Original signature : -(void)unionHashTable:(NSHashTable*)
native declaration : NSHashTable.h:62


minusHashTable

public abstract void minusHashTable(NSHashTable other)
Original signature : -(void)minusHashTable:(NSHashTable*)
native declaration : NSHashTable.h:63


setRepresentation

public abstract NSSet setRepresentation()
create a set of the contents
Original signature : -(NSSet*)setRepresentation
native declaration : NSHashTable.h:65


alloc

public static NSHashTable alloc()

new_

public static NSHashTable new_()

getNSClass

public static NSHashTable._class_ getNSClass()


Copyright © 2009. All Rights Reserved.