青年中文青年中文

stringbuffer的意思

stringbuffer中文翻譯:

字符串緩沖區

相似詞語短語

astringent herbs───收斂的草藥

sinew string───弦

first string───第一弦;上場陣容;第一陣容

bowstringing sign───弓弦標志

bowstring of gond───弓弦

stringent define───嚴格的定義

bowed string instrument───弓弦樂器

bowstringing effect───弓弦效應

string instruments───弦樂器

stringed instruments───n.弦樂器( stringed instrument的名詞復數 );弦樂器(stringedinstrument的復數形式)

雙語使用場景

Consider for example usage of the thread safe StringBuffer.───舉例來說,考慮一下線程安全的StringBuffer的用法。

For comparison, Table 2 includes times for String and StringBuffer.───為了比較,表 2 還包含了 String和 StringBuffer的時間。

The first step here is to add a new member variable, a StringBuffer called elementContent.───這里的第一步是添加一個新的成員變量,即一個名為elementcontent的StringBuffer。

This section explains how to integrate ropes into a Java application and compares rope performance with that of String and StringBuffer.───這一節將解釋如何將rope集成進Java應用程序,并比較rope與String和StringBuffer的性能。

If the binding corresponds to a variable, it creates a StringBuffer containing the variable's name, a colon, and its type.───如果該綁定和變量相對應,貢獻器會創建一個包含該變量名、冒號和其類型的StringBuffer。

The familiar advice is; use StringBuffer instead of a String if you are going to be mutating it.───一個類似的建議是,如果你希望字符串是可變的,就應該使用StringBuffer。

So far, I've relied on graphs to illustrate the performance differences among Rope, String, and StringBuffer.───迄今為止,已經用圖表展示了Rope、String和StringBuffer之間的性能差異。

Consequently escape analysis will determine that its' lock cannot be safely elided.───所以逸出分析會判斷出StringBuffer的鎖不能安全地被忽略。

For both Strings and StringBuffers, the amount of time required to complete the benchmark rises exponentially as the plan length increases.───對String和StringBuffer來說,完成測評所需要的時間隨著計劃長度的增加呈指數級增長。

英語使用場景

Finally add a method, appendBytes(StringBuffer buf, byte[] bytes, String indent), which formats byte arrays to the familiar columns of hex numbers and associated ASCII characters (Listing 9).

Given the single threaded nature of this benchmark, I was fully expecting Escape Analysis to elide the lock thus rendering StringBuffer performance equivalent to that of StringBuilder.

The IBuffer interface is similar to StringBuffer, the principal difference being that changing the buffer associated with a compilation unit updates the corresponding elements of the Java model.