Package org.joni

Class ApplyCaseFold

  • All Implemented Interfaces:
    org.jcodings.ApplyAllCaseFoldFunction

    final class ApplyCaseFold
    extends java.lang.Object
    implements org.jcodings.ApplyAllCaseFoldFunction
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static ApplyCaseFold INSTANCE  
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplyCaseFold()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(int from, int[] to, int length, java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • ApplyCaseFold

        ApplyCaseFold()
    • Method Detail

      • apply

        public void apply​(int from,
                          int[] to,
                          int length,
                          java.lang.Object o)
        Specified by:
        apply in interface org.jcodings.ApplyAllCaseFoldFunction