|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionToString.ToString | |
---|---|
cz.cuni.mff.ksi.jinfer.base.utils | This package contains utility logic shared across jInfer. |
Uses of CollectionToString.ToString in cz.cuni.mff.ksi.jinfer.base.utils |
---|
Fields in cz.cuni.mff.ksi.jinfer.base.utils declared as CollectionToString.ToString | |
---|---|
static CollectionToString.ToString<String> |
CollectionToString.IDEMPOTENT
A trivial toString strategy: simply returns the input String. |
Methods in cz.cuni.mff.ksi.jinfer.base.utils with parameters of type CollectionToString.ToString | ||
---|---|---|
static
|
CollectionToString.colToString(Collection<T> collection,
String separator,
CollectionToString.ToString<T> toStringStrategy)
Converts a collection to a string looking like this: (a,b,c,d). |
|
static
|
CollectionToString.colToString(Collection<T> collection,
String separator,
CollectionToString.ToString<T> toStringStrategy,
String braceOpen,
String braceClose)
Converts a collection to a string looking like this: (a,b,c,d). |
|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |