|
||||||||||
| 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.NSCache
public abstract class NSCache
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 |
NSCache._class_
|
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
NSObject._static_ |
| Constructor Summary | |
|---|---|
NSCache()
|
|
| Method Summary | |
|---|---|
static NSCache |
alloc()
|
abstract NSUInteger |
countLimit()
limits are imprecise/not strict Original signature : -(NSUInteger)countLimitnative declaration : NSCache.h:36 |
abstract NSObject |
delegate()
Original signature : -(id)delegatenative declaration : NSCache.h:23 |
abstract boolean |
evictsObjectsWithDiscardedContent()
Original signature : -(BOOL)evictsObjectsWithDiscardedContentnative declaration : NSCache.h:38 |
static NSCache._class_ |
getNSClass()
|
abstract NSString |
name()
Original signature : -(NSString*)namenative declaration : NSCache.h:20 |
static NSCache |
new_()
|
abstract NSObject |
objectForKey(ObjCObject key)
Original signature : -(id)objectForKey:(id)native declaration : NSCache.h:25 |
abstract void |
removeAllObjects()
Original signature : -(void)removeAllObjectsnative declaration : NSCache.h:30 |
abstract void |
removeObjectForKey(ObjCObject key)
Original signature : -(void)removeObjectForKey:(id)native declaration : NSCache.h:28 |
abstract void |
setCountLimit(NSUInteger lim)
Original signature : -(void)setCountLimit:(NSUInteger)native declaration : NSCache.h:35 |
abstract void |
setDelegate(ObjCObject d)
Original signature : -(void)setDelegate:(id)native declaration : NSCache.h:22 |
abstract void |
setEvictsObjectsWithDiscardedContent(boolean b)
Original signature : -(void)setEvictsObjectsWithDiscardedContent:(BOOL)native declaration : NSCache.h:39 |
abstract void |
setName(NSString n)
Original signature : -(void)setName:(NSString*)native declaration : NSCache.h:19 |
abstract void |
setObject_forKey_cost(ObjCObject obj,
ObjCObject key,
NSUInteger g)
Original signature : -(void)setObject:(id) forKey:(id) cost:(NSUInteger)native declaration : NSCache.h:27 |
abstract void |
setObject_forKey(ObjCObject obj,
ObjCObject key)
0 cost Original signature : -(void)setObject:(id) forKey:(id)native declaration : NSCache.h:26 |
abstract void |
setTotalCostLimit(NSUInteger lim)
Original signature : -(void)setTotalCostLimit:(NSUInteger)native declaration : NSCache.h:32 |
abstract NSUInteger |
totalCostLimit()
limits are imprecise/not strict Original signature : -(NSUInteger)totalCostLimitnative declaration : NSCache.h:33 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 NSCache()
| Method Detail |
|---|
public abstract void setName(NSString n)
-(void)setName:(NSString*)
public abstract NSString name()
-(NSString*)name
public abstract void setDelegate(ObjCObject d)
-(void)setDelegate:(id)
public abstract NSObject delegate()
-(id)delegate
public abstract NSObject objectForKey(ObjCObject key)
-(id)objectForKey:(id)
public abstract void setObject_forKey(ObjCObject obj,
ObjCObject key)
-(void)setObject:(id) forKey:(id)
public abstract void setObject_forKey_cost(ObjCObject obj,
ObjCObject key,
NSUInteger g)
-(void)setObject:(id) forKey:(id) cost:(NSUInteger)
public abstract void removeObjectForKey(ObjCObject key)
-(void)removeObjectForKey:(id)
public abstract void removeAllObjects()
-(void)removeAllObjects
public abstract void setTotalCostLimit(NSUInteger lim)
-(void)setTotalCostLimit:(NSUInteger)
public abstract NSUInteger totalCostLimit()
-(NSUInteger)totalCostLimit
public abstract void setCountLimit(NSUInteger lim)
-(void)setCountLimit:(NSUInteger)
public abstract NSUInteger countLimit()
-(NSUInteger)countLimit
public abstract boolean evictsObjectsWithDiscardedContent()
-(BOOL)evictsObjectsWithDiscardedContent
public abstract void setEvictsObjectsWithDiscardedContent(boolean b)
-(void)setEvictsObjectsWithDiscardedContent:(BOOL)
public static NSCache alloc()
public static NSCache new_()
public static NSCache._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||