Inherited by ERXMutableDictionary< K, V >.ThreadSafeDictionary< K, V >.

Classes | |
| class | ThreadSafeDictionary< K, V > |
Public Member Functions | |
| Boolean | booleanObjectForKey (K key) |
| Object | clone () |
| ERXMutableDictionary () | |
| ERXMutableDictionary (NSDictionary<?extends K,?extends V > d) | |
| String | stringObjectForKey (K key) |
| NSData | toBlob () |
| String | toPropertyList () |
Static Public Member Functions | |
| static NSDictionary | fromBlob (NSData d) |
| static NSDictionary | fromPropertyList (String plist) |
| static< T, U > NSDictionary< T, U > | synchronizedDictionary (NSDictionary<?extends T,?extends U > dict) |
| static< T, U > NSMutableDictionary< T, U > | synchronizedDictionary () |
| static< T, U > NSMutableDictionary< T, U > | synchronizedDictionary (NSMutableDictionary<?extends T,?extends U > dict) |
| static NSData | toBlob (ERXMutableDictionary<?,?> dict) |
| static NSData | toBlob (NSDictionary<?,?> d) |
| static String | toPropertyList (NSDictionary<?,?> dict) |
Static Public Attributes | |
| static final long | serialVersionUID = 8091318522043166356L |
ERPrototype name = mutableDictionary | <V> |
| ERXMutableDictionary | ( | NSDictionary<?extends K,?extends V > | d | ) |
| ERXMutableDictionary | ( | ) |
| Boolean booleanObjectForKey | ( | K | key | ) |
| key |
| Object clone | ( | ) |
| static NSDictionary fromBlob | ( | NSData | d | ) | [static] |
| static NSDictionary fromPropertyList | ( | String | plist | ) | [static] |
| String stringObjectForKey | ( | K | key | ) |
return the string value of an object for key
| key | the key which is linked to the object |
| static <T,U> NSDictionary<T,U> synchronizedDictionary | ( | NSDictionary<?extends T,?extends U > | dict | ) | [static] |
Returns either a new thread-safe dictionary, or just returns dict if the dictionary is not mutable.
| dict | the dictionary to make thread-safe |
| static <T,U> NSMutableDictionary<T,U> synchronizedDictionary | ( | ) | [static] |
Returns a new thread-safe mutable dictionary.
| <U> |
| static <T,U> NSMutableDictionary<T,U> synchronizedDictionary | ( | NSMutableDictionary<?extends T,?extends U > | dict | ) | [static] |
Returns a thread-safe mutable wrapper for the given mutable dictionary.
| dict | the dictionary to make thread-safe |
| NSData toBlob | ( | ) |
| static NSData toBlob | ( | ERXMutableDictionary<?,?> | dict | ) | [static] |
| static NSData toBlob | ( | NSDictionary<?,?> | d | ) | [static] |
| String toPropertyList | ( | ) |
| static String toPropertyList | ( | NSDictionary<?,?> | dict | ) | [static] |
final long serialVersionUID = 8091318522043166356L [static] |
1.5.8