public class DoubleMetaphone.DoubleMetaphoneResult extends Object
| 构造器和说明 |
|---|
DoubleMetaphoneResult(int maxLength) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 appendPrimary(char value)
public void appendAlternate(char value)
public void append(String value)
public void appendPrimary(String value)
public void appendAlternate(String value)
public String getPrimary()
public String getAlternate()
public boolean isComplete()
Copyright © 2017. All rights reserved.