public class DoubleMetaphone.DoubleMetaphoneResult extends Object
Constructor and Description |
---|
DoubleMetaphoneResult(int maxLength) |
Modifier and Type | Method and Description |
---|---|
void |
append(char value) |
void |
append(char primary,
char alternate) |
void |
append(String value) |
void |
append(String primary,
String alternate) |
void |
appendAlternate(char value) |
void |
appendAlternate(String value) |
void |
appendPrimary(char value) |
void |
appendPrimary(String value) |
String |
getAlternate() |
String |
getPrimary() |
boolean |
isComplete() |
public void append(char value)
public void append(char primary, char alternate)
public void append(String value)
public void appendAlternate(char value)
public void appendAlternate(String value)
public void appendPrimary(char value)
public void appendPrimary(String value)
public String getAlternate()
public String getPrimary()
public boolean isComplete()