Or you apply them over mutable collections where all modifications are done explicitly.
もしくは、明示的に全ての変更が行われる可変コレクションに適用することだ。
Synchronization can ensure the safety of mutable data.
The mutable nature of record variables presents another problem in this connection.
レコード変数の変わりやすいという性質はこの接続において別の問題となります。
In particular, a mutable reference can be taken.
とくに、可変リファレンスを取ることができるようになります。
But these are less often used for mutable sets since they involve copying the set.
しかし、これらは集合をコピーする必要があるため可変集合ではあまり使われることがない。
It does not matter for the equality check whether a collection is mutable or immutable.
コレクションが可変であるか不変であるかは、等価性の判定には関わらない。
This is, in fact, the case with most mutable collections, too.
これは、ほとんどの可変コレクションにも当てはまることだ。
These are all high-level abstract classes or traits, which generally have mutable as well as immutable implementations.
これらはすべて、高レベルの抽象クラスやトレイトで一般に可変と不変の両方の実装を持っている。
These classes are mutable and cannot be used as a replacement for the regular wrapper classes.
これらのクラスは可変であり、正規のラッパークラスの代替としては使うことができない。
The current default implementation of a mutable set uses a hashtable to store the set's elements.
現在の可変集合のデフォルトの実装では要素を格納するのにハッシュテーブルを使っている。
A build is a giant, mutable, shared, state, device.
ビルドは、巨大で、可変で、共有された、状態のデバイスだ。
This would create an aliased mutable reference, which would violate the second rule of references.
これは可変リファレンスの別名となり、リファレンスの二番目のルールに違反します。
It should be noted that for mutable collections, changes in the sequential collection are visible in its parallel counterpart if they share the underlying data-structure.
また、可変コレクションに関しては、同じ内部構造を共有する場合、順次コレクションで行われた更新はそれに対応する並列版からも見えていることに注意して欲しい。