Class PackedInt32s.MutableImpl
Inheritance
System.Object
    
    
    
    PackedInt32s.MutableImpl
      
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Util.Packed
Assembly: Lucene.Net.dll
Syntax
public abstract class MutableImpl : PackedInt32s.Mutable
  Constructors
| Improve this Doc View SourceMutableImpl(Int32, Int32)
Declaration
protected MutableImpl(int valueCount, int bitsPerValue)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | valueCount | |
| System.Int32 | bitsPerValue | 
Fields
| Improve this Doc View Sourcem_bitsPerValue
Declaration
protected readonly int m_bitsPerValue
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
m_valueCount
Declaration
protected readonly int m_valueCount
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
Properties
| Improve this Doc View SourceBitsPerValue
Declaration
public sealed override int BitsPerValue { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
| Improve this Doc View SourceCount
Declaration
public sealed override int Count { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |