Class ZSetEntry

java.lang.Object
com.github.fppt.jedismock.datastructures.ZSetEntry
All Implemented Interfaces:
Comparable<ZSetEntry>

public final class ZSetEntry extends Object implements Comparable<ZSetEntry>
  • Field Details

    • MIN_SCORE

      public static final Double MIN_SCORE
    • MAX_SCORE

      public static final Double MAX_SCORE
    • MIN_VALUE

      public static final Slice MIN_VALUE
    • MAX_VALUE

      public static final Slice MAX_VALUE
  • Constructor Details

    • ZSetEntry

      public ZSetEntry(double score, Slice value)
  • Method Details