| パッケージ | 説明 |
|---|---|
| org.elasticsearch.common.io |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
FastCharArrayWriter |
FastCharArrayWriter.append(char c)
Appends the specified character to this writer.
|
FastCharArrayWriter |
FastCharArrayWriter.append(CharSequence csq)
Appends the specified character sequence to this writer.
|
FastCharArrayWriter |
FastCharArrayWriter.append(CharSequence csq,
int start,
int end)
Appends a subsequence of the specified character sequence to this writer.
|
Copyright © 2009–2016. All rights reserved.