public class CommandArguments extends Object implements Iterable<Rawable>
Constructor and Description |
---|
CommandArguments(ProtocolCommand command) |
Modifier and Type | Method and Description |
---|---|
CommandArguments |
add(Object arg) |
CommandArguments |
addObjects(Collection args) |
CommandArguments |
addObjects(int[] ints)
Deprecated.
|
CommandArguments |
addObjects(Object... args) |
CommandArguments |
addParams(IParams params) |
CommandArguments |
blocking() |
ProtocolCommand |
getCommand() |
boolean |
isBlocking() |
Iterator<Rawable> |
iterator() |
CommandArguments |
key(Object key) |
CommandArguments |
keys(Object... keys) |
protected CommandArguments |
processKey(byte[] key) |
protected CommandArguments |
processKey(String key) |
protected CommandArguments |
processKeys(byte[]... keys) |
protected CommandArguments |
processKeys(String... keys) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CommandArguments(ProtocolCommand command)
public ProtocolCommand getCommand()
public CommandArguments add(Object arg)
public CommandArguments addObjects(Object... args)
public CommandArguments addObjects(Collection args)
@Deprecated public CommandArguments addObjects(int[] ints)
public CommandArguments key(Object key)
public final CommandArguments keys(Object... keys)
public final CommandArguments addParams(IParams params)
protected CommandArguments processKey(byte[] key)
protected final CommandArguments processKeys(byte[]... keys)
protected CommandArguments processKey(String key)
protected final CommandArguments processKeys(String... keys)
public int size()
public boolean isBlocking()
public CommandArguments blocking()
Copyright © 2022. All rights reserved.