Class StringList


  • class StringList
    extends Object
    StringList makes it easy to build up a comma-separated string.
    Since:
    29 December, 2001
    Author:
    jhyde
    • Constructor Detail

      • StringList

        StringList​(String first)
    • Method Detail

      • getCount

        int getCount()
      • isEmpty

        boolean isEmpty()
      • newItem

        void newItem​(String s)
        Creates a new item.
      • append

        void append​(String s)
        Appends to an existing item.