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, 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>
@Deprecated public Iterator<ScoredId> fastIterator()
FastIterable
fastIterator
in interface FastIterable<ScoredId>