|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChainableQueue | |
|---|---|
| com.senn.magic.collections | This package contains collection classes. |
| Uses of ChainableQueue in com.senn.magic.collections |
|---|
| Classes in com.senn.magic.collections that implement ChainableQueue | |
|---|---|
class |
ChainablePriorityQueue<E>
PriorityQueue implementation of ChainableQueue |
| Methods in com.senn.magic.collections that return ChainableQueue | |
|---|---|
ChainableQueue<E> |
ChainableQueue.delete(Object o)
|
ChainableQueue<E> |
ChainablePriorityQueue.delete(Object o)
|
ChainableQueue<E> |
ChainableQueue.deleteAll(Collection<?> c)
|
ChainableQueue<E> |
ChainablePriorityQueue.deleteAll(Collection<?> c)
|
ChainableQueue<E> |
ChainableQueue.empty()
|
ChainableQueue<E> |
ChainablePriorityQueue.empty()
|
ChainableQueue<E> |
ChainableQueue.keepAll(Collection<?> c)
|
ChainableQueue<E> |
ChainablePriorityQueue.keepAll(Collection<?> c)
|
ChainableQueue<E> |
ChainableQueue.put(E e)
|
ChainableQueue<E> |
ChainablePriorityQueue.put(E e)
|
ChainableQueue<E> |
ChainableQueue.putAll(Collection<? extends E> c)
|
ChainableQueue<E> |
ChainablePriorityQueue.putAll(Collection<? extends E> c)
|
ChainableQueue<E> |
ChainableQueue.set(E e)
|
ChainableQueue<E> |
ChainablePriorityQueue.set(E e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||