Class ConverterCollections.ConverterQueue<F,T>

java.lang.Object
com.tangosol.util.ConverterCollections.ConverterCollection<F,T>
com.tangosol.util.ConverterCollections.ConverterQueue<F,T>
All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, Queue<T>
Enclosing class:
ConverterCollections

public static class ConverterCollections.ConverterQueue<F,T> extends ConverterCollections.ConverterCollection<F,T> implements Queue<T>
See Also:
  • Constructor Details

  • Method Details

    • 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>