All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Dictionary
NSDictionary
.
[[NSDictionary
alloc] init]
.
- initWithObjects:forKeys:
on a newly allocated object.
- initWithCoder:
on a newly allocated object.
- initWithDictionary:
on a newly allocated object.
- initWithDictionary:copyItems:
on a newly allocated object.
- initWithContentsOfFile:
on a newly allocated object.
- allKeys
Objective-C instance method.
- allKeysForObject:
Objective-C instance method.
- allValues
Objective-C instance method.
- count
Objective-C instance method.
+ dictionary
Objective-C class method.
+ dictionaryWithContentsOfFile:
Objective-C class method.
+ dictionaryWithDictionary:
Objective-C class method.
+ dictionaryWithObject:forKey:
Objective-C class method.
+ dictionaryWithObjects:forKeys:
Objective-C class method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- isEqualToDictionary:
Objective-C instance method.
- keyEnumerator
Objective-C instance method.
- keysSortedByValueUsingSelector:
Objective-C instance method.
- objectEnumerator
Objective-C instance method.
- objectForKey:
Objective-C instance method.
- objectsForKeys:notFoundMarker:
Objective-C instance method.
- writeToFile:atomically:
Objective-C instance method.
protected Dictionary(boolean shouldAllocate, int objcObject)
public Dictionary()
[[NSDictionary
alloc] init]
.
public Dictionary(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public Dictionary(String path)
- initWithContentsOfFile:
on a newly allocated object.
public Dictionary(Array objects, Array keys)
- initWithObjects:forKeys:
on a newly allocated object.
public Dictionary(Dictionary otherDictionary)
- initWithDictionary:
on a newly allocated object.
public Dictionary(Dictionary otherDictionary, boolean aBool)
- initWithDictionary:copyItems:
on a newly allocated object.
public native int count()
- count
Objective-C instance method.
public native Enumerator keyEnumerator()
- keyEnumerator
Objective-C instance method.
public native Object objectForKey(Object aKey)
- objectForKey:
Objective-C instance method.
public native Array allKeys()
- allKeys
Objective-C instance method.
public native Array allKeysForObject(Object anObject)
- allKeysForObject:
Objective-C instance method.
public native Array allValues()
- allValues
Objective-C instance method.
public native boolean isEqualToDictionary(Dictionary otherDictionary)
- isEqualToDictionary:
Objective-C instance method.
public native Enumerator objectEnumerator()
- objectEnumerator
Objective-C instance method.
public native Array objectsForKeys(Array keys, Object marker)
- objectsForKeys:notFoundMarker:
Objective-C instance method.
public native boolean writeToFile(String path, boolean useAuxiliaryFile)
- writeToFile:atomically:
Objective-C instance method.
public native Array keysSortedByValueUsingSelector(Selector comparator)
- keysSortedByValueUsingSelector:
Objective-C instance method.
public static native Object dictionary()
+ dictionary
Objective-C class method.
public static native Object dictionaryWithContentsOfFile(String path)
+ dictionaryWithContentsOfFile:
Objective-C class method.
public static native Object dictionaryWithObjectsForKeys(Array objects, Array keys)
+ dictionaryWithObjects:forKeys:
Objective-C class method.
public static native Object dictionaryWithDictionary(Dictionary dict)
+ dictionaryWithDictionary:
Objective-C class method.
public static native Object dictionaryWithObjectForKey(Object object, Object key)
+ dictionaryWithObject:forKey:
Objective-C class method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index