Class AbstractJsonFactoryTest.TypeVariableType<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      T[][] arr  
      java.util.LinkedList<java.util.LinkedList<T>> list  
      T nullValue  
      T value  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • arr

        public T[][] arr
      • list

        public java.util.LinkedList<java.util.LinkedList<T>> list
      • nullValue

        public T nullValue
      • value

        public T value
    • Constructor Detail

      • TypeVariableType

        public TypeVariableType()