redis.clients.util
Class JedisByteHashMap
java.lang.Object
   redis.clients.util.JedisByteHashMap
redis.clients.util.JedisByteHashMap
- All Implemented Interfaces: 
- Serializable, Cloneable, Map<byte[],byte[]>
- public class JedisByteHashMap 
- extends Object- implements Map<byte[],byte[]>, Cloneable, Serializable
- See Also:
- Serialized Form
 
| Nested classes/interfaces inherited from interface java.util.Map | 
| Map.Entry<K,V> | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
JedisByteHashMap
public JedisByteHashMap()
clear
public void clear()
- 
- Specified by:
- clearin interface- Map<byte[],byte[]>
 
- 
 
containsKey
public boolean containsKey(Object key)
- 
- Specified by:
- containsKeyin interface- Map<byte[],byte[]>
 
- 
 
containsValue
public boolean containsValue(Object value)
- 
- Specified by:
- containsValuein interface- Map<byte[],byte[]>
 
- 
 
entrySet
public Set<Map.Entry<byte[],byte[]>> entrySet()
- 
- Specified by:
- entrySetin interface- Map<byte[],byte[]>
 
- 
 
get
public byte[] get(Object key)
- 
- Specified by:
- getin interface- Map<byte[],byte[]>
 
- 
 
isEmpty
public boolean isEmpty()
- 
- Specified by:
- isEmptyin interface- Map<byte[],byte[]>
 
- 
 
keySet
public Set<byte[]> keySet()
- 
- Specified by:
- keySetin interface- Map<byte[],byte[]>
 
- 
 
put
public byte[] put(byte[] key,
                  byte[] value)
- 
- Specified by:
- putin interface- Map<byte[],byte[]>
 
- 
 
putAll
public void putAll(Map<? extends byte[],? extends byte[]> m)
- 
- Specified by:
- putAllin interface- Map<byte[],byte[]>
 
- 
 
remove
public byte[] remove(Object key)
- 
- Specified by:
- removein interface- Map<byte[],byte[]>
 
- 
 
size
public int size()
- 
- Specified by:
- sizein interface- Map<byte[],byte[]>
 
- 
 
values
public Collection<byte[]> values()
- 
- Specified by:
- valuesin interface- Map<byte[],byte[]>
 
- 
 
Copyright © 2012. All Rights Reserved.