com.github.drinkjava2.jdialects
Class ArrayUtils
java.lang.Object
com.github.drinkjava2.jdialects.ArrayUtils
public class ArrayUtils
- extends Object
Array Utilities usually used inside of framework
- Since:
- 2.0.1
- Author:
- Yong Zhu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayUtils
public ArrayUtils()
insertArray
public static Object[] insertArray(Object obj,
Object[] arr)
- Insert an Object at front of array
appendArray
public static Object[] appendArray(Object[] arr,
Object obj)
- Append an Object at end of array
Copyright © 2018. All rights reserved.