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>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getLimit()
      Boolean add(E o)
      • 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