public interface RedisList<E> extends RedisCollection<E>, List<E>, BlockingDeque<E>
List contract. Supports List, Queue and Deque contracts as
well as their equivalent blocking siblings BlockingDeque and BlockingDeque.| Modifier and Type | Method and Description |
|---|---|
List<E> |
range(long begin,
long end) |
RedisList<E> |
trim(int begin,
int end) |
getOperationsexpire, expireAt, getExpire, getKey, getType, persist, renameadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArrayadd, addFirst, addLast, contains, element, iterator, offer, offer, offerFirst, offerFirst, offerLast, offerLast, peek, poll, poll, pollFirst, pollLast, push, put, putFirst, putLast, remove, remove, removeFirstOccurrence, removeLastOccurrence, size, take, takeFirst, takeLastdrainTo, drainTo, remainingCapacitydescendingIterator, getFirst, getLast, peekFirst, peekLast, pollFirst, pollLast, pop, removeFirst, removeLast