E - The element type of the collection.@Deprecated public abstract class CopyingFastCollection<E> extends AbstractCollection<E> implements FastCollection<E>
iterator() in terms of
FastIterable.fastIterator() and copy(Object).| Constructor and Description |
|---|
CopyingFastCollection()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract E |
copy(E elt)
Deprecated.
Copy an element of the collection.
|
Iterator<E> |
iterator()
Deprecated.
|
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayfastIterator