java.lang.Object
org.springframework.data.redis.connection.zset.DefaultTuple
All Implemented Interfaces:
Comparable<Double>, Tuple
Direct Known Subclasses:
DefaultStringTuple

public class DefaultTuple extends Object implements Tuple
Default implementation for Tuple interface.
Author:
Costin Leau, Christoph Strobl, John Blum
  • Constructor Details

    • DefaultTuple

      public DefaultTuple(byte[] value, Double score)
      Constructs a new DefaultTuple.
      Parameters:
      value - byte of the member's raw value.
      score - score of the raw value used in sorting.
  • Method Details