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 DoubleMetaphoneResult(int maxLength)
public void append(char value)
public void append(char primary, char alternate)
public void appendPrimary(char value)
public void appendAlternate(char value)
public void appendPrimary(String value)
public void appendAlternate(String value)
public String getPrimary()
public String getAlternate()
public boolean isComplete()
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.