Package org.redisson

Class RedissonSortedSet.BinarySearchResult<V>

java.lang.Object
org.redisson.RedissonSortedSet.BinarySearchResult<V>
Enclosing class:
RedissonSortedSet<V>

public static class RedissonSortedSet.BinarySearchResult<V> extends Object
  • Constructor Details

    • BinarySearchResult

      public BinarySearchResult(V value)
    • BinarySearchResult

      public BinarySearchResult()
  • Method Details

    • setIndex

      public void setIndex(Integer index)
    • getIndex

      public Integer getIndex()
    • getValue

      public V getValue()