Class NameAbbreviator.NOPAbbreviator

  • Enclosing class:
    NameAbbreviator

    private static class NameAbbreviator.NOPAbbreviator
    extends NameAbbreviator
    Abbreviator that simply appends full name to buffer.
    • Constructor Summary

      Constructors 
      Constructor Description
      NOPAbbreviator()
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void abbreviate​(java.lang.String original, java.lang.StringBuilder destination)
      Abbreviates a name in a String.
      • Methods inherited from class java.lang.Object

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

      • NOPAbbreviator

        public NOPAbbreviator()
        Constructor.
    • Method Detail

      • abbreviate

        public void abbreviate​(java.lang.String original,
                               java.lang.StringBuilder destination)
        Abbreviates a name in a String.
        Specified by:
        abbreviate in class NameAbbreviator
        Parameters:
        original - the text to abbreviate, may not be null.
        destination - StringBuilder to write the result to