|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.molindo.utils.concurrent.FactoryBlockingQueue<E>
E -
@Deprecated public abstract class FactoryBlockingQueue<E>
| Constructor Summary | |
|---|---|
FactoryBlockingQueue()
Deprecated. |
|
| Method Summary | ||
|---|---|---|
boolean |
add(E e)
Deprecated. |
|
boolean |
addAll(Collection<? extends E> c)
Deprecated. |
|
void |
clear()
Deprecated. |
|
boolean |
contains(Object o)
Deprecated. |
|
boolean |
containsAll(Collection<?> c)
Deprecated. |
|
protected abstract E |
create()
Deprecated. |
|
int |
drainTo(Collection<? super E> c)
Deprecated. |
|
int |
drainTo(Collection<? super E> c,
int maxElements)
Deprecated. |
|
E |
element()
Deprecated. |
|
boolean |
isEmpty()
Deprecated. |
|
Iterator<E> |
iterator()
Deprecated. |
|
boolean |
offer(E e)
Deprecated. |
|
boolean |
offer(E e,
long timeout,
TimeUnit unit)
Deprecated. blocks until timeout as this queue is always full by definition |
|
E |
peek()
Deprecated. |
|
E |
poll()
Deprecated. |
|
E |
poll(long timeout,
TimeUnit unit)
Deprecated. |
|
void |
put(E e)
Deprecated. WARNING: blocks indefinitely as this queue is always full by definition |
|
int |
remainingCapacity()
Deprecated. |
|
E |
remove()
Deprecated. |
|
boolean |
remove(Object o)
Deprecated. |
|
boolean |
removeAll(Collection<?> c)
Deprecated. |
|
boolean |
retainAll(Collection<?> c)
Deprecated. |
|
int |
size()
Deprecated. |
|
E |
take()
Deprecated. |
|
Object[] |
toArray()
Deprecated. |
|
|
toArray(T[] a)
Deprecated. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public FactoryBlockingQueue()
| Method Detail |
|---|
protected abstract E create()
public E remove()
remove in interface Queue<E>
public E take()
throws InterruptedException
take in interface BlockingQueue<E>InterruptedException
public E poll(long timeout,
TimeUnit unit)
throws InterruptedException
poll in interface BlockingQueue<E>InterruptedExceptionpublic E poll()
poll in interface Queue<E>public E element()
element in interface Queue<E>public E peek()
peek in interface Queue<E>public boolean addAll(Collection<? extends E> c)
addAll in interface Collection<E>public boolean add(E e)
add in interface Collection<E>add in interface BlockingQueue<E>add in interface Queue<E>always - an IllegalStateExceptionpublic boolean offer(E e)
offer in interface BlockingQueue<E>offer in interface Queue<E>
public void put(E e)
throws InterruptedException
put in interface BlockingQueue<E>InterruptedException
public boolean offer(E e,
long timeout,
TimeUnit unit)
throws InterruptedException
offer in interface BlockingQueue<E>InterruptedExceptionpublic int drainTo(Collection<? super E> c)
drainTo in interface BlockingQueue<E>
public int drainTo(Collection<? super E> c,
int maxElements)
drainTo in interface BlockingQueue<E>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<E>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<E>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<E>public boolean remove(Object o)
remove in interface Collection<E>remove in interface BlockingQueue<E>public boolean contains(Object o)
contains in interface Collection<E>contains in interface BlockingQueue<E>public void clear()
clear in interface Collection<E>public boolean isEmpty()
isEmpty in interface Collection<E>public int size()
size in interface Collection<E>public int remainingCapacity()
remainingCapacity in interface BlockingQueue<E>public Object[] toArray()
toArray in interface Collection<E>public <T> T[] toArray(T[] a)
toArray in interface Collection<E>public Iterator<E> iterator()
iterator in interface Iterable<E>iterator in interface Collection<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||