Show / Hide Table of Contents

    Class PackedInt32s.MutableImpl

    Inheritance
    System.Object
    NumericDocValues
    PackedInt32s.Reader
    PackedInt32s.Mutable
    PackedInt32s.MutableImpl
    Packed64
    Inherited Members
    PackedInt32s.Mutable.Set(Int32, Int64)
    PackedInt32s.Mutable.Set(Int32, Int64[], Int32, Int32)
    PackedInt32s.Mutable.Fill(Int32, Int32, Int64)
    PackedInt32s.Mutable.Clear()
    PackedInt32s.Mutable.Save(DataOutput)
    PackedInt32s.Reader.Get(Int32, Int64[], Int32, Int32)
    PackedInt32s.Reader.RamBytesUsed()
    PackedInt32s.Reader.GetArray()
    PackedInt32s.Reader.HasArray
    NumericDocValues.Get(Int32)
    Namespace: Lucene.Net.Util.Packed
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class MutableImpl : PackedInt32s.Mutable

    Constructors

    | Improve this Doc View Source

    MutableImpl(Int32, Int32)

    Declaration
    protected MutableImpl(int valueCount, int bitsPerValue)
    Parameters
    Type Name Description
    System.Int32 valueCount
    System.Int32 bitsPerValue

    Fields

    | Improve this Doc View Source

    m_bitsPerValue

    Declaration
    protected readonly int m_bitsPerValue
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    m_valueCount

    Declaration
    protected readonly int m_valueCount
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    BitsPerValue

    Declaration
    public override sealed int BitsPerValue { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    PackedInt32s.Reader.BitsPerValue
    | Improve this Doc View Source

    Count

    Declaration
    public override sealed int Count { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    PackedInt32s.Reader.Count
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)