Class CamelCaseCompressor


  • public class CamelCaseCompressor
    extends java.lang.Object
    Method for reducing the length of camelFormattedStrings while attempting to preserve the structure and meaning.
    Author:
    jwhite
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String compress​(java.lang.String input, int maxLen)  
      • Methods inherited from class java.lang.Object

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

      • CamelCaseCompressor

        public CamelCaseCompressor()
    • Method Detail

      • compress

        public static java.lang.String compress​(java.lang.String input,
                                                int maxLen)