|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwogroovy.additions.NSDictionaryAdditions
| Constructor Summary | |
NSDictionaryAdditions()
|
|
| Method Summary | |
static NSArray |
collect(NSDictionary self,
Closure closure)
|
static NSDictionary |
dictionaryByRemovingFromDictionaryKeysInArray(NSDictionary self,
NSArray array)
|
static NSDictionary |
dictionaryWithDictionary(NSDictionary self,
NSDictionary other)
|
static void |
each(NSDictionary self,
Closure closure)
|
static void |
eachKey(NSDictionary self,
Closure closure)
|
static void |
eachValue(NSDictionary self,
Closure closure)
|
static Object |
find(NSDictionary self,
Closure closure)
|
static NSArray |
findAll(NSDictionary self,
Closure closure)
|
static Object |
getAt(NSDictionary self,
Object key)
|
static Map |
map(NSDictionary self)
|
static NSArray |
sortOrderings(NSDictionary self)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NSDictionaryAdditions()
| Method Detail |
public static Object getAt(NSDictionary self,
Object key)
public static void each(NSDictionary self,
Closure closure)
public static void eachKey(NSDictionary self,
Closure closure)
public static void eachValue(NSDictionary self,
Closure closure)
public static NSArray collect(NSDictionary self,
Closure closure)
public static Object find(NSDictionary self,
Closure closure)
public static NSArray findAll(NSDictionary self,
Closure closure)
public static NSDictionary dictionaryByRemovingFromDictionaryKeysInArray(NSDictionary self,
NSArray array)
public static NSDictionary dictionaryWithDictionary(NSDictionary self,
NSDictionary other)
public static Map map(NSDictionary self)
public static NSArray sortOrderings(NSDictionary self)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||