private abstract class ColognePhonetic.CologneBuffer
extends java.lang.Object
length
is mutable.
However, it is not shared between threads, as it is constructed on demand
by the method ColognePhonetic.colognePhonetic(String)
Modifier and Type | Field and Description |
---|---|
protected char[] |
data |
protected int |
length |
Constructor and Description |
---|
CologneBuffer(char[] data) |
CologneBuffer(int buffSize) |
Modifier and Type | Method and Description |
---|---|
protected abstract char[] |
copyData(int start,
int length) |
int |
length() |
java.lang.String |
toString() |