Class QueueFactory


  • public class QueueFactory
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  QueueFactory.QueueType  
    • Constructor Summary

      Constructors 
      Constructor Description
      QueueFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends Queue.QueueEntry>
      Queue<T>
      createQueue​(java.util.Comparator<T> comparator)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueueFactory

        public QueueFactory()
    • Method Detail

      • createQueue

        public static <T extends Queue.QueueEntryQueue<T> createQueue​(java.util.Comparator<T> comparator)