public class LazyPaginatedEntryRange<V>
extends org.apache.commons.collections4.iterators.LazyIteratorChain<org.redisson.client.protocol.ScoredEntry<V>>
| Constructor and Description |
|---|
LazyPaginatedEntryRange(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive,
org.redisson.api.RScoredSortedSet<V> set,
Collection<org.redisson.client.protocol.ScoredEntry<V>> currentResult) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<? extends org.redisson.client.protocol.ScoredEntry<V>> |
nextIterator(int count) |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic LazyPaginatedEntryRange(double startScore,
boolean startScoreInclusive,
double endScore,
boolean endScoreInclusive,
org.redisson.api.RScoredSortedSet<V> set,
Collection<org.redisson.client.protocol.ScoredEntry<V>> currentResult)
Copyright © 2013–2020. All rights reserved.