private static final class JedisByteHashMap.JedisByteEntry
extends java.lang.Object
implements java.util.Map.Entry<byte[],byte[]>
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
key |
private byte[] |
value |
| Constructor and Description |
|---|
JedisByteEntry(byte[] key,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getKey() |
byte[] |
getValue() |
byte[] |
setValue(byte[] value) |
public byte[] getKey()
getKey in interface java.util.Map.Entry<byte[],byte[]>public byte[] getValue()
getValue in interface java.util.Map.Entry<byte[],byte[]>public byte[] setValue(byte[] value)
setValue in interface java.util.Map.Entry<byte[],byte[]>