Class Caverphone1
- java.lang.Object
-
- org.apache.commons.codec.language.AbstractCaverphone
-
- org.apache.commons.codec.language.Caverphone1
-
- All Implemented Interfaces:
Encoder
,StringEncoder
public class Caverphone1 extends AbstractCaverphone
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:- Since:
- 1.5
This class is immutable and thread-safe.
- See Also:
- Wikipedia - Caverphone, Caverphone 1.0 specification
-
-
Constructor Summary
Constructors Constructor Description Caverphone1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-