- keysOfEntriesWithOptions:passingTest:
Returns the set of keys whose corresponding value satisfies a constraint described by a block object.
それの対応する値があるブロックオブジェクトによって記述される制約を満たすキーの集合を返します。
Availability 有効性
Technology
- (NSSet
<KeyType > *)keysOfEntriesPassingTest:(BOOL (^)(KeyType key, ObjectType obj, BOOL *stop))predicate;
predicate
A block object that specifies constraints for values in the dictionary. 辞書の中の値それらに対する制約を指定するブロックオブジェクト。
The set of keys whose corresponding value satisfies predicate
.
それの対応する値がpredicate
を満たすキーからなる集合。
- keysOfEntriesWithOptions:passingTest:
- enumerateKeysAndObjectsUsingBlock: