net.wimpi.modbus.util
Class LinkedQueue
java.lang.Object
net.wimpi.modbus.util.LinkedQueue
public class LinkedQueue
- extends Object
LinkedQueue
public LinkedQueue()
put
public void put(Object x)
throws InterruptedException
- Throws:
InterruptedException
offer
public boolean offer(Object x,
long msecs)
throws InterruptedException
- Throws:
InterruptedException
take
public Object take()
throws InterruptedException
- Throws:
InterruptedException
peek
public Object peek()
isEmpty
public boolean isEmpty()
poll
public Object poll(long msecs)
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2010. All Rights Reserved.