public class CommandArguments extends java.lang.Object implements java.lang.Iterable<Rawable>
| Constructor and Description |
|---|
CommandArguments(ProtocolCommand command) |
| Modifier and Type | Method and Description |
|---|---|
CommandArguments |
add(boolean arg) |
CommandArguments |
add(byte[] arg) |
CommandArguments |
add(double arg) |
CommandArguments |
add(int arg) |
CommandArguments |
add(long arg) |
CommandArguments |
add(java.lang.Object arg) |
CommandArguments |
add(Rawable arg) |
CommandArguments |
add(java.lang.String arg) |
CommandArguments |
addObjects(java.util.Collection args) |
CommandArguments |
addObjects(java.lang.Object... args) |
CommandArguments |
addParams(IParams params) |
CommandArguments |
blocking() |
ProtocolCommand |
getCommand() |
java.util.List<java.lang.Object> |
getKeys() |
boolean |
isBlocking() |
java.util.Iterator<Rawable> |
iterator() |
CommandArguments |
key(java.lang.Object key) |
CommandArguments |
keys(java.util.Collection keys) |
CommandArguments |
keys(java.lang.Object... keys) |
protected CommandArguments |
processKey(byte[] key) |
protected CommandArguments |
processKey(java.lang.String key) |
protected CommandArguments |
processKeys(byte[]... keys) |
protected CommandArguments |
processKeys(java.lang.String... keys) |
int |
size() |
public CommandArguments(ProtocolCommand command)
public ProtocolCommand getCommand()
public CommandArguments add(Rawable arg)
public CommandArguments add(byte[] arg)
public CommandArguments add(boolean arg)
public CommandArguments add(int arg)
public CommandArguments add(long arg)
public CommandArguments add(double arg)
public CommandArguments add(java.lang.String arg)
public CommandArguments add(java.lang.Object arg)
public CommandArguments addObjects(java.lang.Object... args)
public CommandArguments addObjects(java.util.Collection args)
public CommandArguments key(java.lang.Object key)
public final CommandArguments keys(java.lang.Object... keys)
public final CommandArguments keys(java.util.Collection keys)
public final CommandArguments addParams(IParams params)
protected CommandArguments processKey(byte[] key)
protected final CommandArguments processKeys(byte[]... keys)
protected CommandArguments processKey(java.lang.String key)
protected final CommandArguments processKeys(java.lang.String... keys)
public int size()
public java.util.Iterator<Rawable> iterator()
iterator in interface java.lang.Iterable<Rawable>@Internal public java.util.List<java.lang.Object> getKeys()
public boolean isBlocking()
public CommandArguments blocking()
Copyright © 2025. All rights reserved.