Class AbstractJsonFactoryTest.ArrayType

  • Enclosing class:
    AbstractJsonFactoryTest

    public static class AbstractJsonFactoryTest.ArrayType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int[] arr  
      (package private) int[][] arr2  
      java.lang.Integer[] integerArr  
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • arr

        int[] arr
      • arr2

        int[][] arr2
      • integerArr

        public java.lang.Integer[] integerArr
    • Constructor Detail

      • ArrayType

        public ArrayType()