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()
Deprecated.
|
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, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArrayaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArraypublic int size()
size in interface Collection<ScoredId>size in interface List<ScoredId>size in class AbstractCollection<ScoredId>@Deprecated public Iterator<ScoredId> fastIterator()
FastIterablefastIterator in interface FastIterable<ScoredId>