com.vladmihalcea.hibernate.type.util
Class StringUtils

java.lang.Object
  extended by com.vladmihalcea.hibernate.type.util.StringUtils

public class StringUtils
extends Object

StringUtils - String utilities holder.

Since:
2.5.1
Author:
Vlad Mihalcea

Field Summary
static String LINE_SEPARATOR
           
 
Method Summary
static String join(CharSequence delimiter, CharSequence... elements)
          Join the provided elements separated by the delimiter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE_SEPARATOR

public static final String LINE_SEPARATOR
Method Detail

join

public static String join(CharSequence delimiter,
                          CharSequence... elements)
Join the provided elements separated by the delimiter.

Parameters:
delimiter - delimiter
elements - elements to join
Returns:
the {link @String} result obtained from joining all elements


Copyright © 2021. All rights reserved.