71 + (
NXMap *)mapWithObjectsAndKeys:(
id)firstObject,
107 - (
unsigned int)
count;
149 - (
BOOL)setObject:(
id)anObject
void removeAllObjects()
Removes all objects from the map.
size_t capacity()
Returns the capacity of the map.
unsigned int count()
Returns the number of elements in the map.
#define OBJC_REQUIRES_NIL_TERMINATION
A macro to indicate that a method requires a nil-terminated list of arguments.
bool BOOL
A Boolean value.
NXArray * allKeys()
Returns an array containing all keys stored in the map.
The NXArray classNXArray represents an array that can store ordered objects.
The base class for objects in the Foundation framework.
A protocol that defines collection methods for an Object.
struct objc_object * id
A pointer to an instance of a class.
NXArray * allObjects()
Returns an array containing all objects stored in the map.
A protocol that defines JSON methods for an Object.