E
- public abstract class TAbstractQueue<E> extends TAbstractCollection<E> implements TQueue<E>
Constructor and Description |
---|
TAbstractQueue() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E e) |
boolean |
addAll(TCollection<? extends E> c) |
void |
clear() |
E |
element() |
E |
remove() |
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, equals0, finalize, getClass0, hashCode, notify0, notifyAll0, wait0, wait0, waitImpl
contains, containsAll, isEmpty, remove, removeAll, retainAll, size, spliterator, stream, toArray, toArray
public boolean add(E e)
add
in interface TCollection<E>
add
in class TAbstractCollection<E>
public void clear()
clear
in interface TCollection<E>
clear
in class TAbstractCollection<E>
public boolean addAll(TCollection<? extends E> c)
addAll
in interface TCollection<E>
addAll
in class TAbstractCollection<E>
Copyright © 2019. All rights reserved.