Class ArrayUtils


  • public class ArrayUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getDimensionCount​(java.lang.Object array)  
      static int[] getDimensions​(java.lang.Object array)  
      static java.lang.Class<?> getElementType​(java.lang.Class<?> type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArrayUtils

        public ArrayUtils()
    • Method Detail

      • getElementType

        public static java.lang.Class<?> getElementType​(java.lang.Class<?> type)
      • getDimensionCount

        public static int getDimensionCount​(java.lang.Object array)
      • getDimensions

        public static int[] getDimensions​(java.lang.Object array)