Class PackedInt32s.Mutable
A packed integer array that can be modified.
@lucene.internal
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class Mutable : PackedInt32s.Reader
Methods
Name | Description |
---|---|
Clear() | Sets all values to 0. |
Fill(Int32, Int32, Int64) | Fill the mutable from |
Save(DataOutput) | Save this mutable into |
Set(Int32, Int64) | Set the value at the given index in the array. |
Set(Int32, Int64[], Int32, Int32) | Bulk set: set at least one and at most |