Uses of Class
anthill.util.Queue

Packages that use Queue
anthill.util This package contains some utility classes performing different tasks, such as logging, printing and exceptional behavior handling. 
 

Uses of Queue in anthill.util
 

Methods in anthill.util with parameters of type Queue
 void Queue.merge(Queue addend)
          Add the elements of the addend queue at the end of this queue.