public class JedisByteHashMap extends Object implements Map<byte[],byte[]>, Cloneable, Serializable
Constructor and Description |
---|
JedisByteHashMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<byte[],byte[]>> |
entrySet() |
byte[] |
get(Object key) |
boolean |
isEmpty() |
Set<byte[]> |
keySet() |
byte[] |
put(byte[] key,
byte[] value) |
void |
putAll(Map<? extends byte[],? extends byte[]> m) |
byte[] |
remove(Object key) |
int |
size() |
Collection<byte[]> |
values() |
public boolean containsKey(Object key)
containsKey
in interface Map<byte[],byte[]>
public boolean containsValue(Object value)
containsValue
in interface Map<byte[],byte[]>
public void putAll(Map<? extends byte[],? extends byte[]> m)
public Collection<byte[]> values()
Copyright © 2013. All rights reserved.