
public class ArrayValueCommand extends IdentityValueCommand
| Constructor and Description |
|---|
ArrayValueCommand(Class<?> componentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ValueCommand x) |
void |
clear()
Delete all internal state so that the command may be used only for instance
tracking.
|
Class<?> |
getComponentType() |
List<ValueCommand> |
getComponentValues() |
void |
traverse(RpcCommandVisitor visitor,
RpcCommandVisitor.Context ctx) |
equals, hashCodepublic ArrayValueCommand(Class<?> componentType)
public void add(ValueCommand x)
public void clear()
RpcCommandclear in class RpcCommandpublic Class<?> getComponentType()
public List<ValueCommand> getComponentValues()
public void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
traverse in class RpcCommandCopyright © 2018. All rights reserved.