Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.1)
E67111-01
 
- java.lang.Object
 
- 
- oracle.javatools.util.ListUtil
 
 
- 
- 
Constructor Summary
Constructors 
| Constructor and Description | 
ListUtil()  | 
 
- 
Method Summary
All Methods Static Methods Concrete Methods 
| Modifier and Type | 
Method and Description | 
static java.lang.String | 
join(java.util.List<java.lang.String> strings,
    java.lang.String separator)
Creates a single String by joining all strings using
 separator between each element. 
 | 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
- 
- 
Constructor Detail
- 
ListUtil
public ListUtil()
 
 
- 
Method Detail
- 
join
public static java.lang.String join(java.util.List<java.lang.String> strings,
                                    java.lang.String separator)
Creates a single String by joining all strings using
 separator between each element.
- Parameters:
 
strings - The Strings to join 
separator - Uses an empty string if null 
- Returns:
 
- an empty string if the List is null or empty
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.1)
E67111-01
 
Copyright © 1997, 2016, Oracle. All rights reserved.