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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
fastIterator