|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSHashTable
public abstract class NSHashTable
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 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 |
---|
public NSHashTable()
Method Detail |
---|
public abstract NSHashTable initWithPointerFunctions_capacity(NSPointerFunctions functions, NSUInteger initialCapacity)
-(id)initWithPointerFunctions:(NSPointerFunctions*) capacity:(NSUInteger)
public static NSHashTable createWithPointerFunctions_capacity(NSPointerFunctions functions, NSUInteger initialCapacity)
initWithPointerFunctions_capacity(org.rococoa.cocoa.foundation.NSPointerFunctions, org.rococoa.cocoa.foundation.NSUInteger)
public static NSHashTable hashTableWithWeakObjects()
+(id)hashTableWithWeakObjects
public abstract NSPointerFunctions pointerFunctions()
-(NSPointerFunctions*)pointerFunctions
public abstract NSUInteger count()
-(NSUInteger)count
public abstract NSObject member(ObjCObject object)
-(id)member:(id)
public abstract NSEnumerator objectEnumerator()
-(NSEnumerator*)objectEnumerator
public abstract void addObject(ObjCObject object)
-(void)addObject:(id)
public abstract void removeObject(ObjCObject object)
-(void)removeObject:(id)
public abstract void removeAllObjects()
-(void)removeAllObjects
public abstract NSArray allObjects()
-(NSArray*)allObjects
public abstract NSObject anyObject()
-(id)anyObject
public abstract boolean containsObject(ObjCObject anObject)
-(BOOL)containsObject:(id)
public abstract boolean intersectsHashTable(NSHashTable other)
-(BOOL)intersectsHashTable:(NSHashTable*)
public abstract boolean isEqualToHashTable(NSHashTable other)
-(BOOL)isEqualToHashTable:(NSHashTable*)
public abstract boolean isSubsetOfHashTable(NSHashTable other)
-(BOOL)isSubsetOfHashTable:(NSHashTable*)
public abstract void intersectHashTable(NSHashTable other)
-(void)intersectHashTable:(NSHashTable*)
public abstract void unionHashTable(NSHashTable other)
-(void)unionHashTable:(NSHashTable*)
public abstract void minusHashTable(NSHashTable other)
-(void)minusHashTable:(NSHashTable*)
public abstract NSSet setRepresentation()
-(NSSet*)setRepresentation
public static NSHashTable alloc()
public static NSHashTable new_()
public static NSHashTable._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |