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, hashCode
public ArrayValueCommand(Class<?> componentType)
public void add(ValueCommand x)
public void clear()
RpcCommand
clear
in class RpcCommand
public Class<?> getComponentType()
public List<ValueCommand> getComponentValues()
public void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
traverse
in class RpcCommand
Copyright © 2018. All rights reserved.