public class ExcelCollectionFormatter extends java.lang.Object implements CollectionFormatter
{apple},{banana},{orange}
| Constructor and Description |
|---|
ExcelCollectionFormatter() |
| 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitformatToStringpublic java.lang.String formatToString(java.util.Collection<java.lang.String> collection)
formatToString in interface CollectionFormattercollection - of elements that are intended to be put in a single Excel cellpublic java.util.Set<java.lang.String> formatToCollection(java.lang.String string)
formatToCollection in interface CollectionFormatterstring - formatted collection from a single Excel cellCopyright © 2018 SAP SE. All Rights Reserved.