Permutation

名前

Permutation — コレクションのエレメントの順列を示すクラス

説明

Permutationはコレクションのエレメントの順列を生成し、高速なアクセスができるようにそれらを配列に格納します。Permutationはもとのコレクションをミラーするだけです。Permutationの内容を更新しても元のコレクションには影響ありません。

Permutationに採用されているプロトコル

Collection CREATABLE Create Array

メソッド

フェーズ: Creating

フェーズ: Using