org.springframework.datastore.redis.collection
Class RedisValue

java.lang.Object
  extended by org.springframework.datastore.redis.collection.RedisValue

public class RedisValue
extends Object


Constructor Summary
RedisValue(byte[] bytes, org.springframework.beans.TypeConverter converter)
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getBytes()
           
 int hashCode()
           
 Long plus(Integer n)
           
 Long plus(Long n)
           
 String plus(String str)
           
 Long toLong()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RedisValue

public RedisValue(byte[] bytes,
                  org.springframework.beans.TypeConverter converter)
Method Detail

getBytes

public byte[] getBytes()

plus

public String plus(String str)

plus

public Long plus(Long n)

plus

public Long plus(Integer n)

toLong

public Long toLong()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object