Class ByteArrayMap.Node
- java.lang.Object
-
- com.moilioncircle.redis.replicator.util.ByteArrayMap.Node
-
- All Implemented Interfaces:
Serializable,Map.Entry<byte[],byte[]>
- Enclosing class:
- ByteArrayMap
public static final class ByteArrayMap.Node extends Object implements Map.Entry<byte[],byte[]>, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)byte[]getKey()byte[]getValue()inthashCode()byte[]setValue(byte[] value)
-
-
-
Method Detail
-
setValue
public byte[] setValue(byte[] value)
-
equals
public boolean equals(Object o)
-
-