Class SimpleBoundedQueue<E>

java.lang.Object
com.epam.common.collections.SimpleBoundedQueue<E>
All Implemented Interfaces:
IBoundedQueue<E>

public class SimpleBoundedQueue<E> extends Object implements IBoundedQueue<E>
User: Nikita_Dobriukha Date: 2015-08-24 Time: 15:20
  • Constructor Details

    • SimpleBoundedQueue

      public SimpleBoundedQueue()
    • SimpleBoundedQueue

      public SimpleBoundedQueue(int size)
    • SimpleBoundedQueue

      public SimpleBoundedQueue(boolean circular)
    • SimpleBoundedQueue

      public SimpleBoundedQueue(int size, boolean circular)
  • Method Details