Uses of Class
util.SortedQueue

Packages that use SortedQueue
util contains some helper classes used by this framework 
 

Uses of SortedQueue in util
 

Constructors in util with parameters of type SortedQueue
SortedQueue(SortedQueue<E> s)
          Creates a SortedQueue containing the elements in the specified sorted queue.