mutable的意思
mutable中文翻譯:
adj.可變的,易變的;反復無常的,用情不專的
mutable fire───易變火
mutable signs───變動星座
mutable means───可變手段
mutable string───可變的字符串
mutable definition───可變定義
mutable define───可變定義
mutable instruments───可變儀器
mutable dominant───可變顯性
Should loop counters be mutable?───循環計數器應該是可變的嗎?
Or a list of anything that could be mutable.───或者是包含其它有可變的結果的鏈表。
all can be done with no mutable state in the client code.───所有這些都可以在客戶端代碼中沒有可變狀態的情況下完成。
The last but not the least, the existence of various thoughts, behaviors and values is the tone of a mutable society.───多樣化的思維、行為模式與價值觀,這便是多元社會的色彩交織。
The reason is simple: since the transient is mutable, using it from different threads would be dangerous and require synchronization.───原因很簡單:因為transient是可變的,在不同的線程中使用它將會非常危險的,所以需要同步。
A list can be changed after it is constructed (we say that it is mutable), whereas a tuple cannot be changed (immutable).───一個列表創建之后可以被改變(我們說它是不定的),然而一個元組不能被改變(固定的)。
Methods you call shouldn't depend on the mutable state of any object and should return fully reproducible and predictable results.───您所調用的方法不應依賴于任何對象的易變狀態,而應返回可再生產、可預測的結果。
In hindsight, the decision to make Point mutable turned out to be costly to program clarity and performance.───依后見之明,使Point成為可變的這個決定被證明對于程序清晰性和性能是昂貴的代價。
Thus it has no loops and no mutable variables .───因此這種語言沒有循環,也沒有可變的變量。