Package org.fest.util

Class Strings.StringsToJoin

java.lang.Object
org.fest.util.Strings.StringsToJoin
Enclosing class:
Strings

public static class Strings.StringsToJoin extends Object
Understands how to join Strings using a given delimiter.
See Also:
  • Field Details

    • strings

      private final String[] strings
      The Strings to join.
  • Constructor Details

  • Method Details

    • with

      public String with(String delimeter)
      Specifies the delimeter to use to join Strings.
      Parameters:
      delimeter - the delimeter to use.
      Returns:
      the Strings joined using the given delimeter.