Class AbstractPagedMutable<T>
Base implementation for PagedMutable and PagedGrowableWriter.
@lucene.internal
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class AbstractPagedMutable<T> : Int64Values where T : AbstractPagedMutable<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Description |
---|---|
Count | The number of values. NOTE: This was size() in Lucene. |
Methods
Name | Description |
---|---|
BaseRamBytesUsed() | |
FillPages() | |
Get(Int64) | |
Grow() | Similar to Grow(Int64[]). |
Grow(Int64) | Similar to Grow(Int64[], Int32). |
NewMutable(Int32, Int32) | |
NewUnfilledCopy(Int64) | |
RamBytesUsed() | Return the number of bytes used by this object. |
Resize(Int64) | Create a new copy of size |
Set(Int64, Int64) | Set value at |
ToString() |