Package com.tangosol.util
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:
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>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.tangosol.util.ConverterCollections.ConverterCollection
m_col, m_convDown, m_convUp
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
element()
boolean
offer(T t)
T
peek()
T
poll()
T
remove()
-
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, size, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods 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
-
-