public class CommandList extends Object
构造器和说明 |
---|
CommandList() |
限定符和类型 | 方法和说明 |
---|---|
void |
add(SubCommand subCommand) |
boolean |
contains(SubCommand subCommand) |
int |
size() |
Collection<SubCommand> |
toCollection() |
public void add(SubCommand subCommand)
public int size()
public boolean contains(SubCommand subCommand)
public Collection<SubCommand> toCollection()