Class DefaultTypedTuple<V>
java.lang.Object
org.springframework.data.redis.core.DefaultTypedTuple<V>
- All Implemented Interfaces:
Comparable<ZSetOperations.TypedTuple<V>>, ZSetOperations.TypedTuple<V>
Default implementation of TypedTuple.
- Author:
- Costin Leau
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTypedTuple(@Nullable V value, @Nullable Double score) Constructs a newDefaultTypedTupleinstance. -
Method Summary
-
Constructor Details
-
DefaultTypedTuple
-
-
Method Details
-
getScore
- Specified by:
getScorein interfaceZSetOperations.TypedTuple<V>
-
getValue
- Specified by:
getValuein interfaceZSetOperations.TypedTuple<V>
-
hashCode
-
equals
-
compareTo
-
compareTo
- Specified by:
compareToin interfaceComparable<V>
-
toString
-