Class ConverterCollections.ConverterQueue<F,T>
java.lang.Object
com.tangosol.util.ConverterCollections.ConverterCollection<F,T>
com.tangosol.util.ConverterCollections.ConverterQueue<F,T>
- All Implemented Interfaces:
com.tangosol.internal.tracing.TracingAware,Serializable,Iterable<T>,Collection<T>,Queue<T>
- Enclosing class:
ConverterCollections
public static class ConverterCollections.ConverterQueue<F,T>
extends ConverterCollections.ConverterCollection<F,T>
implements Queue<T>
- Author:
- cp 2002.02.08, jh 2007.09.28
- See Also:
-
Field Summary
Fields inherited from class com.tangosol.util.ConverterCollections.ConverterCollection
m_col, m_convDown, m_convUp, m_spanParent, m_sSpanName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.tangosol.util.ConverterCollections.ConverterCollection
add, addAll, clear, contains, containsAll, equals, getCollection, getConverterDown, getConverterUp, instantiateCollection, instantiateIterator, invalidate, isEmpty, iterator, remove, removeAll, retainAll, setParentSpan, size, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
-
Constructor Details
-
ConverterQueue
-
-
Method Details
-
offer
-
remove
-
poll
-
element
-
peek
-