|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSDictionary
This class wraps the Objective-C class NSDictionary. It was automatically generated by JIGS WrapCreator.
| Constructor Summary | |
NSDictionary()
Wraps the Objective-C method init |
|
NSDictionary(NSArray arg0,
NSArray arg1)
Wraps the Objective-C method initWithObjects:forKeys: |
|
NSDictionary(NSDictionary arg0)
Wraps the Objective-C method initWithDictionary: |
|
NSDictionary(NSDictionary arg0,
boolean arg1)
Wraps the Objective-C method initWithDictionary:copyItems: |
|
NSDictionary(java.lang.Object[] objects,
java.lang.Object[] keys)
Wraps initWithObjects:forKeys: |
|
NSDictionary(java.lang.String arg0)
Wraps the Objective-C method initWithContentsOfFile: |
|
| Method Summary | |
NSArray |
allKeys()
Wraps the Objective-C method allKeys |
NSArray |
allKeysForObject(java.lang.Object arg0)
Wraps the Objective-C method allKeysForObject: |
NSArray |
allValues()
Wraps the Objective-C method allValues |
long |
count()
Wraps the Objective-C method count |
boolean |
isEqualToDictionary(NSDictionary arg0)
Wraps the Objective-C method isEqualToDictionary: |
NSEnumerator |
keyEnumerator()
Wraps the Objective-C method keyEnumerator |
NSArray |
keysSortedByValueUsingSelector(NSSelector arg0)
Wraps the Objective-C method keysSortedByValueUsingSelector: |
NSEnumerator |
objectEnumerator()
Wraps the Objective-C method objectEnumerator |
java.lang.Object |
objectForKey(java.lang.Object arg0)
Wraps the Objective-C method objectForKey: |
NSArray |
objectsForKeys(NSArray arg0,
java.lang.Object arg1)
Wraps the Objective-C method objectsForKeys:notFoundMarker: |
boolean |
writeToFile(java.lang.String arg0,
boolean arg1)
Wraps the Objective-C method writeToFile:atomically: |
| Methods inherited from class gnu.gnustep.base.NSObject |
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSDictionary()
public NSDictionary(NSDictionary arg0)
public NSDictionary(NSDictionary arg0,
boolean arg1)
public NSDictionary(NSArray arg0,
NSArray arg1)
public NSDictionary(java.lang.String arg0)
public NSDictionary(java.lang.Object[] objects,
java.lang.Object[] keys)
| Method Detail |
public long count()
public NSArray allKeys()
public NSArray allKeysForObject(java.lang.Object arg0)
public NSArray allValues()
public NSEnumerator keyEnumerator()
public NSArray keysSortedByValueUsingSelector(NSSelector arg0)
public NSEnumerator objectEnumerator()
public java.lang.Object objectForKey(java.lang.Object arg0)
public NSArray objectsForKeys(NSArray arg0,
java.lang.Object arg1)
public boolean isEqualToDictionary(NSDictionary arg0)
public boolean writeToFile(java.lang.String arg0,
boolean arg1)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||