|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.codec.language.AbstractCaverphone
org.apache.commons.codec.language.Caverphone1
public class Caverphone1
Encodes a string into a Caverphone 1.0 value. This is an algorithm created by the Caversham Project at the University of Otago. It implements the Caverphone 1.0 algorithm:
Field Summary | |
---|---|
private static java.lang.String |
SIX_1
|
Constructor Summary | |
---|---|
Caverphone1()
|
Method Summary | |
---|---|
java.lang.String |
encode(java.lang.String source)
Encodes the given String into a Caverphone value. |
Methods inherited from class org.apache.commons.codec.language.AbstractCaverphone |
---|
encode, isEncodeEqual |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String SIX_1
Constructor Detail |
---|
public Caverphone1()
Method Detail |
---|
public java.lang.String encode(java.lang.String source)
source
- String the source string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |