de.tomshut.util.text
Class LatinStringFactory

java.lang.Object
  extended by de.tomshut.util.text.LatinStringFactory

public class LatinStringFactory
extends java.lang.Object


Field Summary
static int LATIN_LETTER_MAX
           
 
Method Summary
static LatinString createInstance(java.lang.CharSequence seq)
          Creates an implementation of LatinString which represents the given CharSequence.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LATIN_LETTER_MAX

public static final int LATIN_LETTER_MAX
See Also:
Constant Field Values
Method Detail

createInstance

public static final LatinString createInstance(java.lang.CharSequence seq)
Creates an implementation of LatinString which represents the given CharSequence. All characters in the char sequence are made to latin upper case characters

Parameters:
seq - the CharSequence
Returns:
the LatinString representation of the CharSequence
See Also:
CharSequenceUtil.toBasicLatinUpperCase(CharSequence)