Class NameAbbreviator.NOPAbbreviator

  • Enclosing class:
    NameAbbreviator

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

      • NOPAbbreviator

        public NOPAbbreviator()
        Constructor.
    • Method Detail

      • abbreviate

        public void abbreviate​(int nameStart,
                               java.lang.StringBuffer buf)
        Abbreviates a name in a StringBuffer.
        Specified by:
        abbreviate in class NameAbbreviator
        Parameters:
        nameStart - starting position of name in buf.
        buf - buffer, may not be null.