Overview 概要
An instance of NSCount
counts the number of objects of a specified class in the specified object container (such as the number of words in a paragraph or document) and returns the result.
NSCount
のインスタンスは、指定されたオブジェクトコンテナの中の指定されたクラスのオブジェクトの数を数えます(例えばある段落または文書の中の単語の数)、そして結果を返します。
NSCount
is part of Cocoa’s built-in scripting support. It works automatically to support the count
command through key-value coding. Most applications don’t need to subclass NSCount
or call its methods.
NSCount
は、Cocoaの組み込みスクリプティングサポートの一部です。それは自動的に働いてcount
コマンドをキー値コーディングを通してサポートします。ほとんどのアプリケーションは、NSCount
のサブクラスを作成したりそれのメソッドを呼び出す必要はありません。