Package redis.clients.jedis.util
Class JedisByteHashMap
java.lang.Object
redis.clients.jedis.util.JedisByteHashMap
- All Implemented Interfaces:
Serializable,Cloneable,Map<byte[],byte[]>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classprivate static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<JedisByteHashMap.ByteArrayWrapper, byte[]> private static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()byte[]booleanisEmpty()Set<byte[]> keySet()byte[]put(byte[] key, byte[] value) voidbyte[]intsize()Collection<byte[]> values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
internalMap
-
-
Constructor Details
-
JedisByteHashMap
public JedisByteHashMap()
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap<byte[],byte[]>
-
containsValue
- Specified by:
containsValuein interfaceMap<byte[],byte[]>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
public byte[] put(byte[] key, byte[] value) -
putAll
-
remove
-
size
public int size() -
values
-