Go to the first, previous, next, last section, table of contents.

Querying

<<This section unfinished.>>

Basic Querying

@deftypemethod Collection {(BOOL)} @keyword{-isEmpty} Returns YES if the receiver contains no members; returns NO otherwise.

@deftypemethod Collection {(const char *)} @keyword{-contentEncoding} Returns a description of the C type that the receiving collection can hold. The description is a string of the form returned by the Objective-C @encode directive.

Keyed Querying

Indexed Querying


Go to the first, previous, next, last section, table of contents.