Class SizeBoundedQueue.El<T>

  • Enclosing class:
    SizeBoundedQueue<T>

    protected static class SizeBoundedQueue.El<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T el  
      protected int size  
    • Constructor Summary

      Constructors 
      Constructor Description
      El​(T el, int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • el

        protected final T el
      • size

        protected final int size
    • Constructor Detail

      • El

        public El​(T el,
                  int size)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object