private static class ItemBuilder.ArrayItem extends java.lang.Object implements IItem
| Modifier and Type | Field and Description |
|---|---|
private IType<IItem> |
type |
private java.lang.Object[] |
values |
| Constructor and Description |
|---|
ArrayItem(IType<IItem> type,
java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
IType<IItem> |
getType()
The type of this item (analogous to
Object.getClass()). |
java.lang.String |
toString() |