V
- the type of elements held in this collectionpublic interface RListReactive<V> extends RCollectionReactive<V>
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<Long> |
add(long index,
V element) |
org.reactivestreams.Publisher<Long> |
addAll(long index,
Collection<? extends V> coll) |
org.reactivestreams.Publisher<V> |
descendingIterator() |
org.reactivestreams.Publisher<V> |
descendingIterator(int startIndex) |
org.reactivestreams.Publisher<Void> |
fastSet(long index,
V element) |
org.reactivestreams.Publisher<V> |
get(long index) |
org.reactivestreams.Publisher<Long> |
indexOf(Object o) |
org.reactivestreams.Publisher<V> |
iterator(int startIndex) |
org.reactivestreams.Publisher<Long> |
lastIndexOf(Object o) |
org.reactivestreams.Publisher<V> |
remove(long index) |
org.reactivestreams.Publisher<V> |
set(long index,
V element) |
add, addAll, addAll, contains, containsAll, iterator, remove, removeAll, retainAll, size
clearExpire, expire, expireAt, expireAt, remainTimeToLive
org.reactivestreams.Publisher<V> descendingIterator()
org.reactivestreams.Publisher<V> descendingIterator(int startIndex)
org.reactivestreams.Publisher<V> iterator(int startIndex)
org.reactivestreams.Publisher<Long> addAll(long index, Collection<? extends V> coll)
org.reactivestreams.Publisher<V> get(long index)
org.reactivestreams.Publisher<V> remove(long index)
Copyright © 2014–2017 The Redisson Project. All rights reserved.