E - The element type of the collection.public abstract class CopyingFastCollection<E> extends AbstractCollection<E> implements FastCollection<E>
iterator() in terms of
FastCollection.fastIterator() and #copy(E).| Constructor and Description |
|---|
CopyingFastCollection() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract E |
copy(E elt)
Copy an element of the collection.
|
Iterator<E> |
iterator() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfastIteratorCopyright © 2013 GroupLens Research. All Rights Reserved.