-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <A,B>
NSDictionary<A,B>alloc()intcount()NSDictionary<K,V>initWithObjects(NSArray<V> objects, NSArray<K> keys)IDobjectForKey(K aKey)static <A,B>
NSDictionary<A,B>of(Map<A,B> map)-
Methods inherited from interface de.jangassen.jfa.appkit.NSObject
className, dealloc, description, methodSignatureForSelector, performSelectorOnMainThread, respondsToSelector
-
-
-
-
Method Detail
-
alloc
static <A,B> NSDictionary<A,B> alloc()
-
of
static <A,B> NSDictionary<A,B> of(Map<A,B> map)
-
count
int count()
-
-