Class ColognePhonetic.CologneBuffer
java.lang.Object
org.apache.commons.codec.language.ColognePhonetic.CologneBuffer
- Direct Known Subclasses:
ColognePhonetic.CologneInputBuffer
,ColognePhonetic.CologneOutputBuffer
- Enclosing class:
ColognePhonetic
This class is not thread-safe; the field
length
is mutable.
However, it is not shared between threads, as it is constructed on demand
by the method ColognePhonetic.colognePhonetic(String)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
protected final char[] data -
length
protected int length
-
-
Constructor Details
-
CologneBuffer
public CologneBuffer(char[] data) -
CologneBuffer
public CologneBuffer(int buffSize)
-
-
Method Details