Numbers, Data, and Basic Values
数、データ、そして基本的な値
Work with primitive values and other fundamental types used throughout Cocoa.
Cocoaの至る所で使われる根本的な値と他の根本的な型を扱います。
Strings and Text
文字列とテキスト
Create and process strings of Unicode characters, use regular expressions to find patterns, and perform natural language analysis of text.
ユニコード文字からなる文字列を作成および処理します、正規表現を使ってパターンを見つけます、そしてテキストの自然言語解析を実行します。
Collections
さまざまなコレクション
Use arrays, dictionaries, sets, and specialized collections to store and iterate groups of objects or values.
配列、辞書、集合、そして特殊化されたコレクションを使って、オブジェクトや値からなるグループを格納したり反復処理します。
Dates and Times
日付と時刻
Compare dates and times, and perform calendar and time zone calculations.
日付や時刻を比較します、そしてカレンダーやタイムゾーンの計算を実行します。
Units and Measurement
単位と寸法
Label numeric quantities with physical dimensions to allow locale-aware formatting and conversion between related units.
数量を物理的次元で標識化して、ロケール対応書式化および関連単位間の変換を可能にします。
Data Formatting
データ書式設定
Convert numbers, dates, measurements, and other values to and from locale-aware string representations.
数字、日付、寸法、および他の値をロケール対応文字列表現へと、そしてそれから変換します。
Filters and Sorting
フィルタとソート
Use predicates, expressions, and sort descriptors to examine elements in collections and other services.
述語、式、そしてソート記述子を使って、コレクションおよび他の提供での要素を吟味します。