public interface CollectionFormatter
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
formatToCollection(java.lang.String string)
Extracts the collection from a single Excel cell to a collection.
|
java.lang.String |
formatToString(java.util.Collection<java.lang.String> collection)
Formats given collection to a string that can be put to a single Excel cell.
|
default java.lang.String |
formatToString(java.lang.String... elements)
By default converts the passed elements to collection and calls
formatToString(Collection). |
default java.lang.String formatToString(java.lang.String... elements)
formatToString(Collection).formatToString(Collection)java.lang.String formatToString(java.util.Collection<java.lang.String> collection)
collection - of elements that are intended to be put in a single Excel celljava.util.Set<java.lang.String> formatToCollection(java.lang.String string)
string - formatted collection from a single Excel cellCopyright © 2018 SAP SE. All Rights Reserved.