Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
joram
joram
Commits
8d262591
Commit
8d262591
authored
Oct 05, 2017
by
afreyssin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Javadoc enhancements.
parent
2eae2eda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
42 deletions
+19
-42
joram/a3/common/src/main/java/fr/dyade/aaa/common/Strings.java
.../a3/common/src/main/java/fr/dyade/aaa/common/Strings.java
+19
-42
No files found.
joram/a3/common/src/main/java/fr/dyade/aaa/common/Strings.java
View file @
8d262591
...
@@ -351,7 +351,6 @@ public class Strings {
...
@@ -351,7 +351,6 @@ public class Strings {
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param tab the array to print
* @param tab the array to print
* @param type the type of the array components
*/
*/
public
static
final
void
toStringArray
(
StringBuffer
output
,
Object
tab
)
{
public
static
final
void
toStringArray
(
StringBuffer
output
,
Object
tab
)
{
if
(
tab
==
null
)
{
if
(
tab
==
null
)
{
...
@@ -397,8 +396,7 @@ public class Strings {
...
@@ -397,8 +396,7 @@ public class Strings {
* printed, with the <code>listBorder</code> leading and trailing elements.
* printed, with the <code>listBorder</code> leading and trailing elements.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
*
*
* @see #listMax
* @see #listMax
* @see #listBorder
* @see #listBorder
...
@@ -417,8 +415,7 @@ public class Strings {
...
@@ -417,8 +415,7 @@ public class Strings {
* the list, whatever its size.
* the list, whatever its size.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
* @param listMax Controls the formatting of lists of objects.
* @param listMax Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
*/
*/
...
@@ -463,8 +460,7 @@ public class Strings {
...
@@ -463,8 +460,7 @@ public class Strings {
* printed, with the <code>listBorder</code> leading and trailing elements.
* printed, with the <code>listBorder</code> leading and trailing elements.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
*
*
* @see #listMax
* @see #listMax
* @see #listBorder
* @see #listBorder
...
@@ -483,8 +479,7 @@ public class Strings {
...
@@ -483,8 +479,7 @@ public class Strings {
* the list, whatever its size.
* the list, whatever its size.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
* @param listMax Controls the formatting of lists of objects.
* @param listMax Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
*/
*/
...
@@ -529,8 +524,7 @@ public class Strings {
...
@@ -529,8 +524,7 @@ public class Strings {
* printed, with the <code>listBorder</code> leading and trailing elements.
* printed, with the <code>listBorder</code> leading and trailing elements.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
*
*
* @see #listMax
* @see #listMax
* @see #listBorder
* @see #listBorder
...
@@ -549,8 +543,7 @@ public class Strings {
...
@@ -549,8 +543,7 @@ public class Strings {
* the list, whatever its size.
* the list, whatever its size.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
* @param listMax Controls the formatting of lists of objects.
* @param listMax Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
*/
*/
...
@@ -595,8 +588,7 @@ public class Strings {
...
@@ -595,8 +588,7 @@ public class Strings {
* printed, with the <code>listBorder</code> leading and trailing elements.
* printed, with the <code>listBorder</code> leading and trailing elements.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
*
*
* @see #listMax
* @see #listMax
* @see #listBorder
* @see #listBorder
...
@@ -615,8 +607,7 @@ public class Strings {
...
@@ -615,8 +607,7 @@ public class Strings {
* the list, whatever its size.
* the list, whatever its size.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
* @param listMax Controls the formatting of lists of objects.
* @param listMax Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
*/
*/
...
@@ -661,8 +652,7 @@ public class Strings {
...
@@ -661,8 +652,7 @@ public class Strings {
* printed, with the <code>listBorder</code> leading and trailing elements.
* printed, with the <code>listBorder</code> leading and trailing elements.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
*
*
* @see #listMax
* @see #listMax
* @see #listBorder
* @see #listBorder
...
@@ -681,8 +671,7 @@ public class Strings {
...
@@ -681,8 +671,7 @@ public class Strings {
* the list, whatever its size.
* the list, whatever its size.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
* @param listMax Controls the formatting of lists of objects.
* @param listMax Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
*/
*/
...
@@ -727,8 +716,7 @@ public class Strings {
...
@@ -727,8 +716,7 @@ public class Strings {
* printed, with the <code>listBorder</code> leading and trailing elements.
* printed, with the <code>listBorder</code> leading and trailing elements.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
*
*
* @see #listMax
* @see #listMax
* @see #listBorder
* @see #listBorder
...
@@ -747,8 +735,7 @@ public class Strings {
...
@@ -747,8 +735,7 @@ public class Strings {
* the list, whatever its size.
* the list, whatever its size.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
* @param listMax Controls the formatting of lists of objects.
* @param listMax Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
*/
*/
...
@@ -793,8 +780,7 @@ public class Strings {
...
@@ -793,8 +780,7 @@ public class Strings {
* printed, with the <code>listBorder</code> leading and trailing elements.
* printed, with the <code>listBorder</code> leading and trailing elements.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
*
*
* @see #listMax
* @see #listMax
* @see #listBorder
* @see #listBorder
...
@@ -813,8 +799,7 @@ public class Strings {
...
@@ -813,8 +799,7 @@ public class Strings {
* the list, whatever its size.
* the list, whatever its size.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
* @param listMax Controls the formatting of lists of objects.
* @param listMax Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
*/
*/
...
@@ -860,8 +845,7 @@ public class Strings {
...
@@ -860,8 +845,7 @@ public class Strings {
* <p>
* <p>
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
*
*
* @see #listMax
* @see #listMax
* @see #listBorder
* @see #listBorder
...
@@ -881,8 +865,7 @@ public class Strings {
...
@@ -881,8 +865,7 @@ public class Strings {
* the list, whatever its size.
* the list, whatever its size.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
* @param listMax Controls the formatting of lists of objects.
* @param listMax Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
*/
*/
...
@@ -928,8 +911,7 @@ public class Strings {
...
@@ -928,8 +911,7 @@ public class Strings {
* <p>
* <p>
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
*
*
* @see #listMax
* @see #listMax
* @see #listBorder
* @see #listBorder
...
@@ -949,8 +931,7 @@ public class Strings {
...
@@ -949,8 +931,7 @@ public class Strings {
* the list, whatever its size.
* the list, whatever its size.
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param obj the array to print
* @param tab the array to print
* @param type the type of the array components
* @param listMax Controls the formatting of lists of objects.
* @param listMax Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
*/
*/
...
@@ -997,7 +978,6 @@ public class Strings {
...
@@ -997,7 +978,6 @@ public class Strings {
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param list the list of <code>Object</code> objects to print
* @param list the list of <code>Object</code> objects to print
* @param type the type of the array components
*
*
* @see #listMax
* @see #listMax
* @see #listBorder
* @see #listBorder
...
@@ -1018,7 +998,6 @@ public class Strings {
...
@@ -1018,7 +998,6 @@ public class Strings {
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param list the list of <code>Object</code> objects to print
* @param list the list of <code>Object</code> objects to print
* @param type the type of the array components
* @param listMax Controls the formatting of lists of objects.
* @param listMax Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
*/
*/
...
@@ -1081,7 +1060,6 @@ public class Strings {
...
@@ -1081,7 +1060,6 @@ public class Strings {
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param set the collection to print
* @param set the collection to print
* @param type the type of the array components
*
*
* @see #listMax
* @see #listMax
* @see #listBorder
* @see #listBorder
...
@@ -1102,7 +1080,6 @@ public class Strings {
...
@@ -1102,7 +1080,6 @@ public class Strings {
*
*
* @param output a buffer to print the object into
* @param output a buffer to print the object into
* @param set the collection to print
* @param set the collection to print
* @param type the type of the array components
* @param listMax Controls the formatting of lists of objects.
* @param listMax Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
* @param listBorder Controls the formatting of lists of objects.
*/
*/
...
@@ -1131,7 +1108,7 @@ public class Strings {
...
@@ -1131,7 +1108,7 @@ public class Strings {
* Provides a string representation of an unordered Collection of objects.
* Provides a string representation of an unordered Collection of objects.
* Calls <code>toString(StringBuffer, ...)</code>.
* Calls <code>toString(StringBuffer, ...)</code>.
*
*
* @param
li
st the collection to print
* @param s
e
t the collection to print
* @return a string representation of the list
* @return a string representation of the list
*/
*/
public
static
final
String
toString
(
Collection
<?>
set
)
{
public
static
final
String
toString
(
Collection
<?>
set
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment