@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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
public int size()
size
in interface Collection<ScoredId>
size
in interface List<ScoredId>
size
in class AbstractCollection<ScoredId>