it.amattioli.workstate.core
Class Queue<T>

Show UML class diagram
java.lang.Object
  extended by it.amattioli.workstate.core.Queue<T>

public class Queue<T>
extends Object


Constructor Summary
Queue()
           
 
Method Summary
 void offer(T o)
           
 T poll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Queue

public Queue()
Method Detail

offer

public void offer(T o)

poll

public T poll()


Copyright © 2011. All Rights Reserved.