V - the type of elements held in this collectionpublic interface RListRx<V> extends RCollectionRx<V>, RSortableRx<List<V>>
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<Void> |
add(int index,
V element) |
io.reactivex.Flowable<Integer> |
addAfter(V elementToFind,
V element)
Add
element after elementToFind |
io.reactivex.Flowable<Boolean> |
addAll(int index,
Collection<? extends V> coll) |
io.reactivex.Flowable<Integer> |
addBefore(V elementToFind,
V element)
Add
element before elementToFind |
io.reactivex.Flowable<V> |
descendingIterator() |
io.reactivex.Flowable<V> |
descendingIterator(int startIndex) |
io.reactivex.Flowable<Void> |
fastRemove(int index)
Remove object by specified index
|
io.reactivex.Flowable<Void> |
fastSet(int index,
V element) |
io.reactivex.Flowable<List<V>> |
get(int... indexes)
Loads elements by specified
indexes |
io.reactivex.Flowable<V> |
get(int index) |
io.reactivex.Flowable<Integer> |
indexOf(Object o) |
io.reactivex.Flowable<V> |
iterator(int startIndex) |
io.reactivex.Flowable<Integer> |
lastIndexOf(Object o) |
io.reactivex.Flowable<List<V>> |
readAll()
Read all elements at once
|
io.reactivex.Flowable<V> |
remove(int index) |
io.reactivex.Flowable<V> |
set(int index,
V element) |
io.reactivex.Flowable<Void> |
trim(int fromIndex,
int toIndex)
Trim list and remains elements only in specified range
fromIndex, inclusive, and toIndex, inclusive. |
add, addAll, addAll, contains, containsAll, iterator, remove, removeAll, retainAll, sizeclearExpire, expire, expireAt, expireAt, remainTimeToLivecopy, delete, dump, getCodec, getName, isExists, migrate, move, rename, renamenx, restore, restore, restoreAndReplace, restoreAndReplace, touch, unlinkreadSorted, readSorted, readSorted, readSorted, readSorted, readSorted, sortTo, sortTo, sortTo, sortTo, sortTo, sortToio.reactivex.Flowable<List<V>> get(int... indexes)
indexesindexes - of elementsio.reactivex.Flowable<Integer> addAfter(V elementToFind, V element)
element after elementToFindelementToFind - - object to findelement - - object to addio.reactivex.Flowable<Integer> addBefore(V elementToFind, V element)
element before elementToFindelementToFind - - object to findelement - - object to addio.reactivex.Flowable<V> descendingIterator()
io.reactivex.Flowable<V> descendingIterator(int startIndex)
io.reactivex.Flowable<V> iterator(int startIndex)
io.reactivex.Flowable<Boolean> addAll(int index, Collection<? extends V> coll)
io.reactivex.Flowable<V> get(int index)
io.reactivex.Flowable<V> remove(int index)
io.reactivex.Flowable<Void> trim(int fromIndex, int toIndex)
fromIndex, inclusive, and toIndex, inclusive.fromIndex - - from indextoIndex - - to indexio.reactivex.Flowable<Void> fastRemove(int index)
index - - index of objectCopyright © 2014–2018 The Redisson Project. All rights reserved.