Class ZSetEntryBound

java.lang.Object
com.github.fppt.jedismock.datastructures.ZSetEntryBound

public class ZSetEntryBound extends Object
  • Field Details

  • Constructor Details

    • ZSetEntryBound

      public ZSetEntryBound(ZSetEntry bound, boolean inclusive)
    • ZSetEntryBound

      public ZSetEntryBound(double score, Slice value, boolean inclusive)
  • Method Details

    • getBound

      public ZSetEntry getBound()
    • isInclusive

      public boolean isInclusive()