org.rhq.core.gui.util
Class StringUtility
java.lang.Object
org.rhq.core.gui.util.StringUtility
public class StringUtility
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtility
public StringUtility()
getListAsDelimitedString
public static <T> String getListAsDelimitedString(List<T> items)
getListAsDelimitedString
public static <T> String getListAsDelimitedString(List<T> items,
char delimiter)
getIntegerArray
public static Integer[] getIntegerArray(List<String> list)
getIntegerArray
public static Integer[] getIntegerArray(String[] list)
getIntArray
public static int[] getIntArray(String[] list)
getIntArray
public static int[] getIntArray(List<String> list)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.