org.springframework.richclient.settings.support
Class ArrayUtil
java.lang.Object
org.springframework.richclient.settings.support.ArrayUtil
public class ArrayUtil
- extends Object
Utility class for converting a String array to an int array
- Author:
- Peter De Bruycker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toIntArray
public static int[] toIntArray(String[] stringArray)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
asIntervalString
public static String asIntervalString(int[] array)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.