wogroovy.additions
Class NSDictionaryAdditions
java.lang.Object
wogroovy.additions.NSDictionaryAdditions
- public class NSDictionaryAdditions
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NSDictionaryAdditions
public NSDictionaryAdditions()
getAt
public static Object getAt(NSDictionary self,
Object key)
each
public static void each(NSDictionary self,
Closure closure)
eachKey
public static void eachKey(NSDictionary self,
Closure closure)
eachValue
public static void eachValue(NSDictionary self,
Closure closure)
collect
public static NSArray collect(NSDictionary self,
Closure closure)
find
public static Object find(NSDictionary self,
Closure closure)
findAll
public static NSArray findAll(NSDictionary self,
Closure closure)
dictionaryByRemovingFromDictionaryKeysInArray
public static NSDictionary dictionaryByRemovingFromDictionaryKeysInArray(NSDictionary self,
NSArray array)
dictionaryWithDictionary
public static NSDictionary dictionaryWithDictionary(NSDictionary self,
NSDictionary other)
map
public static Map map(NSDictionary self)
sortOrderings
public static NSArray sortOrderings(NSDictionary self)