Class ConverterCollections.ConverterQueue<F,​T>

    • Method Detail

      • offer

        public boolean offer​(T t)
        Specified by:
        offer in interface Queue<F>
      • remove

        public T remove()
        Specified by:
        remove in interface Queue<F>
      • poll

        public T poll()
        Specified by:
        poll in interface Queue<F>
      • element

        public T element()
        Specified by:
        element in interface Queue<F>
      • peek

        public T peek()
        Specified by:
        peek in interface Queue<F>