com.atlassian.bamboo.collections
Class ListFactory
java.lang.Object
com.atlassian.bamboo.collections.ListFactory
public final class ListFactory
- extends Object
This class provides common List creation behaviour.
- Version:
- $Id: ListFactory.java,v 1.1 2005/01/05 21:03:08 andy Exp $
Method Summary |
static List |
createList(String[] listItems)
Create a list of strings from a string array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createList
public static List createList(String[] listItems)
- Create a list of strings from a string array.
- Parameters:
listItems
- The source array
- Returns:
- The resulting array, null if the source is null
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.