|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSDictionary | |
---|---|
net.wotonomy.foundation | A set of collections classes that are needed by the ui and web packages. |
Uses of NSDictionary in net.wotonomy.foundation |
---|
Subclasses of NSDictionary in net.wotonomy.foundation | |
---|---|
class |
NSMutableDictionary
A pure java implementation of NSMutableDictionary that implements Map for greater java interoperability. |
Fields in net.wotonomy.foundation declared as NSDictionary | |
---|---|
static NSDictionary |
NSDictionary.EmptyDictionary
|
Methods in net.wotonomy.foundation that return NSDictionary | |
---|---|
static NSDictionary |
NSTimeZone.abbreviationDictionary()
|
static NSDictionary |
NSPropertyListSerialization.dictionaryForString(java.lang.String s)
Creates a NSDictionary instance from a string representation. |
NSDictionary |
NSBundle.infoDictionary()
|
NSDictionary |
NSNotification.userInfo()
Returns an NSDictionary that is a copy of the map containing application specific information relating to this notification, or null if no such data exists. |
NSDictionary |
NSKeyValueCodingAdditions.valuesForKeys(java.util.List aKeyList)
Returns a Map of the specified keys to their values, each of which might be obtained by calling valueForKey. |
static NSDictionary |
NSKeyValueCodingAdditions.Utility.valuesForKeys(java.lang.Object object,
java.util.List keys)
Calls the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation. |
static NSDictionary |
NSKeyValueCodingAdditions.DefaultImplementation.valuesForKeys(java.lang.Object object,
java.util.List keys)
Provides a reflection-based implementation for classes that don't implement NSKeyValueCodingAdditions. |
Methods in net.wotonomy.foundation with parameters of type NSDictionary | |
---|---|
boolean |
NSDictionary.isEqualToDictionary(NSDictionary aDictionary)
Returns whether the specified dictionary has the same or equivalent key-value pairs as this dictionary. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |