Class LimitedQueue
-
- All Implemented Interfaces:
-
java.io.Serializable,java.util.Deque,java.util.Queue,java.util.SequencedCollection,kotlin.Cloneable,kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.List,kotlin.collections.MutableCollection,kotlin.collections.MutableIterable,kotlin.collections.MutableList
public final class LimitedQueue<E extends Object> extends LinkedList<E>
-
-
Constructor Summary
Constructors Constructor Description LimitedQueue(Integer limit)
-
Method Summary
-
Methods inherited from class java.util.LinkedList
add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, getSize, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeAt, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, reversed, set, spliterator, toArray, toArray -
Methods inherited from class java.util.AbstractSequentialList
iterator -
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString -
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, subList -
Methods inherited from class kotlin.collections.Iterable
forEach -
Methods inherited from class kotlin.collections.Collection
parallelStream, stream, toArray -
Methods inherited from class kotlin.collections.MutableCollection
removeIf -
Methods inherited from class kotlin.collections.MutableList
replaceAll, sort -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-