V
- value typeCollection<V>
, Deque<V>
, Iterable<V>
, Queue<V>
, RObject
, RObjectAsync
, RPriorityQueue<V>
RPriorityBlockingDeque<V>
RedissonPriorityBlockingDeque
, RedissonPriorityDeque
public interface RPriorityDeque<V> extends Deque<V>, RPriorityQueue<V>
clear, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray
add, addAll, addFirst, addLast, contains, descendingIterator, element, getFirst, getLast, iterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size
copy, delete, dump, getCodec, getName, isExists, migrate, move, rename, renamenx, restore, restore, restoreAndReplace, restoreAndReplace, touch, unlink
copyAsync, deleteAsync, dumpAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, restoreAndReplaceAsync, restoreAndReplaceAsync, restoreAsync, restoreAsync, touchAsync, unlinkAsync
comparator, pollLastAndOfferFirstTo, readAll, trySetComparator
Copyright © 2014–2018 The Redisson Project. All rights reserved.