public class ComplexArray extends Array
| Modifier and Type | Class and Description |
|---|---|
static class |
ComplexArray.ListValue |
static class |
ComplexArray.SetValue |
Array.Type| Constructor and Description |
|---|
ComplexArray() |
ComplexArray(Array.Type type,
Collection<?> value) |
| Modifier and Type | Method and Description |
|---|---|
Collection<?> |
getValue() |
static <V extends Collection<?> & ComplexValue> |
requireComplexValue(Object value) |
ComplexArray |
setN(Integer n) |
ComplexArray |
setType(Array.Type type) |
ComplexArray |
setValue(List<?> values) |
ComplexArray |
setValue(Object value) |
ComplexArray |
setValue(Set<?> values) |
accept, getN, getType, requireTypegetLocator, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic ComplexArray()
public ComplexArray(Array.Type type, Collection<?> value)
public ComplexArray setN(Integer n)
public ComplexArray setType(Array.Type type)
public Collection<?> getValue()
public ComplexArray setValue(List<?> values)
public ComplexArray setValue(Set<?> values)
public ComplexArray setValue(Object value)
public static <V extends Collection<?> & ComplexValue> V requireComplexValue(Object value)
Copyright © 2022. All rights reserved.