@Deprecated public final class PackedScoredIdList extends AbstractList<ScoredId> implements Collection<ScoredId>, Serializable
A space-efficient, unboxed list of scored IDs. These lists are immutable; create them using a ScoredIdListBuilder (see ScoredIds.newListBuilder().
modCount| Modifier and Type | Method and Description |
|---|---|
ScoredId |
get(int i)
Deprecated.
|
int |
size()
Deprecated.
|
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>