ColognePhonetic.CologneInputBuffer
, ColognePhonetic.CologneOutputBuffer
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)
Constructor | Description |
---|---|
CologneBuffer(char[] data) |
|
CologneBuffer(int buffSize) |
Modifier and Type | Method | Description |
---|---|---|
protected abstract char[] |
copyData(int start,
int length) |
|
int |
length() |
|
java.lang.String |
toString() |
commons-codec version 1.10 - Copyright © 2002-2017 - Apache Software Foundation