V - the type of elements held in this collectionpublic interface RDequeReactive<V> extends RQueueReactive<V>
Deque backed by Redis| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<Void> |
addFirst(V e) |
org.reactivestreams.Publisher<Void> |
addLast(V e) |
org.reactivestreams.Publisher<V> |
descendingIterator() |
org.reactivestreams.Publisher<V> |
getLast() |
org.reactivestreams.Publisher<Boolean> |
offerFirst(V e) |
org.reactivestreams.Publisher<Integer> |
offerLast(V e) |
org.reactivestreams.Publisher<V> |
peekFirst() |
org.reactivestreams.Publisher<V> |
peekLast() |
org.reactivestreams.Publisher<V> |
pollFirst() |
org.reactivestreams.Publisher<V> |
pollLast() |
org.reactivestreams.Publisher<V> |
pop() |
org.reactivestreams.Publisher<Void> |
push(V e) |
org.reactivestreams.Publisher<V> |
removeFirst() |
org.reactivestreams.Publisher<Boolean> |
removeFirstOccurrence(Object o) |
org.reactivestreams.Publisher<V> |
removeLast() |
org.reactivestreams.Publisher<Boolean> |
removeLastOccurrence(Object o) |
offer, peek, poll, pollLastAndOfferFirstToadd, addAll, addAll, contains, containsAll, iterator, remove, removeAll, retainAll, sizeclearExpire, expire, expireAt, expireAt, remainTimeToLiveorg.reactivestreams.Publisher<V> descendingIterator()
org.reactivestreams.Publisher<V> removeLast()
org.reactivestreams.Publisher<V> removeFirst()
org.reactivestreams.Publisher<V> pop()
org.reactivestreams.Publisher<V> pollLast()
org.reactivestreams.Publisher<V> pollFirst()
org.reactivestreams.Publisher<V> peekLast()
org.reactivestreams.Publisher<V> peekFirst()
org.reactivestreams.Publisher<V> getLast()
Copyright © 2014–2018 The Redisson Project. All rights reserved.