Collection<ScoredEntry<V>> |
RScoredSortedSet.entryRange(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive) |
Returns all entries (value and its score) between startScore and endScore .
|
Collection<ScoredEntry<V>> |
RScoredSortedSet.entryRange(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive,
int offset,
int count) |
Returns all entries (value and its score) between startScore and endScore .
|
Collection<ScoredEntry<V>> |
RScoredSortedSet.entryRange(int startIndex,
int endIndex) |
Returns entries (value and its score) by rank range.
|
reactor.core.publisher.Mono<Collection<ScoredEntry<V>>> |
RScoredSortedSetReactive.entryRange(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive) |
Returns all entries (value and its score) between startScore and endScore .
|
reactor.core.publisher.Mono<Collection<ScoredEntry<V>>> |
RScoredSortedSetReactive.entryRange(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive,
int offset,
int count) |
Returns all entries (value and its score) between startScore and endScore .
|
reactor.core.publisher.Mono<Collection<ScoredEntry<V>>> |
RScoredSortedSetReactive.entryRange(int startIndex,
int endIndex) |
Returns entries (value and its score) by rank range.
|
io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>> |
RScoredSortedSetRx.entryRange(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive) |
Returns all entries (value and its score) between startScore and endScore .
|
io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>> |
RScoredSortedSetRx.entryRange(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive,
int offset,
int count) |
Returns all entries (value and its score) between startScore and endScore .
|
io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>> |
RScoredSortedSetRx.entryRange(int startIndex,
int endIndex) |
Returns entries (value and its score) by rank range.
|
RFuture<Collection<ScoredEntry<V>>> |
RScoredSortedSetAsync.entryRangeAsync(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive) |
Returns all entries (value and its score) between startScore and endScore .
|
RFuture<Collection<ScoredEntry<V>>> |
RScoredSortedSetAsync.entryRangeAsync(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive,
int offset,
int count) |
Returns all entries (value and its score) between startScore and endScore .
|
RFuture<Collection<ScoredEntry<V>>> |
RScoredSortedSetAsync.entryRangeAsync(int startIndex,
int endIndex) |
Returns entries (value and its score) by rank range.
|
Collection<ScoredEntry<V>> |
RScoredSortedSet.entryRangeReversed(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive) |
Returns all entries (value and its score) between startScore and endScore in reversed order.
|
Collection<ScoredEntry<V>> |
RScoredSortedSet.entryRangeReversed(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive,
int offset,
int count) |
Returns all entries (value and its score) between startScore and endScore in reversed order.
|
Collection<ScoredEntry<V>> |
RScoredSortedSet.entryRangeReversed(int startIndex,
int endIndex) |
Returns entries (value and its score) by rank range in reverse order.
|
reactor.core.publisher.Mono<Collection<ScoredEntry<V>>> |
RScoredSortedSetReactive.entryRangeReversed(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive) |
Returns all entries (value and its score) between startScore and endScore in reversed order.
|
reactor.core.publisher.Mono<Collection<ScoredEntry<V>>> |
RScoredSortedSetReactive.entryRangeReversed(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive,
int offset,
int count) |
Returns all entries (value and its score) between startScore and endScore in reversed order.
|
reactor.core.publisher.Mono<Collection<ScoredEntry<V>>> |
RScoredSortedSetReactive.entryRangeReversed(int startIndex,
int endIndex) |
Returns entries (value and its score) by rank range in reverse order.
|
io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>> |
RScoredSortedSetRx.entryRangeReversed(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive) |
Returns all entries (value and its score) between startScore and endScore in reversed order.
|
io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>> |
RScoredSortedSetRx.entryRangeReversed(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive,
int offset,
int count) |
Returns all entries (value and its score) between startScore and endScore in reversed order.
|
io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>> |
RScoredSortedSetRx.entryRangeReversed(int startIndex,
int endIndex) |
Returns entries (value and its score) by rank range in reverse order.
|
RFuture<Collection<ScoredEntry<V>>> |
RScoredSortedSetAsync.entryRangeReversedAsync(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive) |
Returns all entries (value and its score) between startScore and endScore in reversed order.
|
RFuture<Collection<ScoredEntry<V>>> |
RScoredSortedSetAsync.entryRangeReversedAsync(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive,
int offset,
int count) |
Returns all entries (value and its score) between startScore and endScore in reversed order.
|
RFuture<Collection<ScoredEntry<V>>> |
RScoredSortedSetAsync.entryRangeReversedAsync(int startIndex,
int endIndex) |
Returns entries (value and its score) by rank range in reverse order.
|