public final class PackedScoredIdList extends AbstractList<ScoredId> implements FastCollection<ScoredId>, Serializable
ScoredIdListBuilder (see ScoredIds.newListBuilder().modCount| Modifier and Type | Method and Description |
|---|---|
Iterator<ScoredId> |
fastIterator()
Return a fast iterator.
|
ScoredId |
get(int i) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic int size()
size in interface Collection<ScoredId>size in interface List<ScoredId>size in class AbstractCollection<ScoredId>public Iterator<ScoredId> fastIterator()
FastCollectionfastIterator in interface FastCollection<ScoredId>Copyright © 2013 GroupLens Research. All Rights Reserved.