public class IdentityEncoderDecoder extends Object implements EncoderDecoder
Constructor and Description |
---|
IdentityEncoderDecoder() |
Modifier and Type | Method and Description |
---|---|
String |
decode(String s) |
String |
encode(String s) |
boolean |
isSymmetrical() |
public boolean isSymmetrical()
isSymmetrical
in interface EncoderDecoder
public String decode(String s)
decode
in interface EncoderDecoder
s
- The string to decodepublic String encode(String s)
encode
in interface EncoderDecoder
s
- The string to encode