Package | Description |
---|---|
org.nuiton.util |
Ensemble de classe Java permettant de simplifier le développement en
factorisant des besoins que l'on retrouve dans tous les développement.
|
Modifier and Type | Class and Description |
---|---|
static class |
StringUtil.ToCSV<O>
Used to build csv file using
StringUtil.join(Iterable, ToString, String, boolean)
method. |
Modifier and Type | Method and Description |
---|---|
static <O> String |
StringUtil.join(Iterable<O> iterable,
StringUtil.ToString<O> ts,
String separator,
boolean trim)
Used to concat an
iterable of object <O> separated by
separator . |
Copyright © 2004–2020 CodeLutin. All rights reserved.