com.liferay.portlet.words.util
Class Scrambler

java.lang.Object
  extended by com.liferay.portlet.words.util.Scrambler

public class Scrambler
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
Scrambler(java.lang.String word)
           
 
Method Summary
 java.lang.String[] scramble()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scrambler

public Scrambler(java.lang.String word)
          throws ScramblerException
Throws:
ScramblerException
Method Detail

scramble

public java.lang.String[] scramble()