Instance Method インスタンスメソッド

invert

Replaces all the characters in the receiver with all the characters it didn’t previously contain. レシーバの中の全ての文字を、それが以前に含まない全ての文字と置き換えます。

Declaration 宣言

- (void)invert;

Discussion 議論

Inverting a mutable character set, whether by invert or by invertedSet, is much less efficient than inverting an immutable character set with invertedSet. ある可変文字集合を逆にすることは、invertによってであろうとinvertedSetによってであろうと、不変文字集合をinvertedSetで逆にするよりまったく効率的ではありません。

See Also 参照

Related Documentation 関連文書