Java org.springframework.ide.eclipse.core StringUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.ide.eclipse.core StringUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.ide.eclipse.core StringUtils.

The text is from its open source code.

Method

StringcollectionToDelimitedString(Collection coll, String delim)
Convenience method to return a Collection as a delimited (e.g.
booleanisQuoted(String string)
Returns true if given string has a leading and trailing single or double quote character.