redis.clients.util
Class JedisByteHashMap

java.lang.Object
  extended by redis.clients.util.JedisByteHashMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<byte[],byte[]>

public class JedisByteHashMap
extends java.lang.Object
implements java.util.Map<byte[],byte[]>, java.lang.Cloneable, java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
JedisByteHashMap()
           
 
Method Summary
 void clear()
           
 boolean containsKey(java.lang.Object key)
           
 boolean containsValue(java.lang.Object value)
           
 java.util.Set<java.util.Map.Entry<byte[],byte[]>> entrySet()
           
 byte[] get(java.lang.Object key)
           
 boolean isEmpty()
           
 java.util.Set<byte[]> keySet()
           
 byte[] put(byte[] key, byte[] value)
           
 void putAll(java.util.Map<? extends byte[],? extends byte[]> m)
           
 byte[] remove(java.lang.Object key)
           
 int size()
           
 java.util.Collection<byte[]> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

JedisByteHashMap

public JedisByteHashMap()
Method Detail

clear

public void clear()
Specified by:
clear in interface java.util.Map<byte[],byte[]>

containsKey

public boolean containsKey(java.lang.Object key)
Specified by:
containsKey in interface java.util.Map<byte[],byte[]>

containsValue

public boolean containsValue(java.lang.Object value)
Specified by:
containsValue in interface java.util.Map<byte[],byte[]>

entrySet

public java.util.Set<java.util.Map.Entry<byte[],byte[]>> entrySet()
Specified by:
entrySet in interface java.util.Map<byte[],byte[]>

get

public byte[] get(java.lang.Object key)
Specified by:
get in interface java.util.Map<byte[],byte[]>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Map<byte[],byte[]>

keySet

public java.util.Set<byte[]> keySet()
Specified by:
keySet in interface java.util.Map<byte[],byte[]>

put

public byte[] put(byte[] key,
                  byte[] value)
Specified by:
put in interface java.util.Map<byte[],byte[]>

putAll

public void putAll(java.util.Map<? extends byte[],? extends byte[]> m)
Specified by:
putAll in interface java.util.Map<byte[],byte[]>

remove

public byte[] remove(java.lang.Object key)
Specified by:
remove in interface java.util.Map<byte[],byte[]>

size

public int size()
Specified by:
size in interface java.util.Map<byte[],byte[]>

values

public java.util.Collection<byte[]> values()
Specified by:
values in interface java.util.Map<byte[],byte[]>


Copyright © 2010. All Rights Reserved.