Class ArrayValueMap.ArrayValue
java.lang.Object
com.google.api.client.util.ArrayValueMap.ArrayValue
- Enclosing class:
ArrayValueMap
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Class<?> Array component type.Values to be stored in the array. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
componentType
Array component type. -
values
-
-
Constructor Details
-
ArrayValue
ArrayValue(Class<?> componentType) - Parameters:
componentType- array component type
-
-
Method Details
-
toArray
-
addValue
-