Class NormalizationTransliterator.NormalizingTransform

  • All Implemented Interfaces:
    Transform<java.lang.String,​java.lang.String>
    Enclosing class:
    NormalizationTransliterator

    static class NormalizationTransliterator.NormalizingTransform
    extends java.lang.Object
    implements Transform<java.lang.String,​java.lang.String>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Normalizer2 norm2  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String transform​(java.lang.String source)
      Transform the input in some way, to be determined by the subclass.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NormalizingTransform

        public NormalizingTransform​(Normalizer2 norm2)
    • Method Detail

      • transform

        public java.lang.String transform​(java.lang.String source)
        Description copied from interface: Transform
        Transform the input in some way, to be determined by the subclass.
        Specified by:
        transform in interface Transform<java.lang.String,​java.lang.String>
        Parameters:
        source - to be transformed (eg lowercased)
        Returns:
        result