public static class RedissonPriorityQueue.BinarySearchResult<V> extends Object
BinarySearchResult()
BinarySearchResult(V value)
Integer
getIndex()
V
getValue()
void
setIndex(Integer index)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BinarySearchResult(V value)
public BinarySearchResult()
public void setIndex(Integer index)
public Integer getIndex()
public V getValue()
Copyright © 2014–2018 The Redisson Project. All rights reserved.