Show / Hide Table of Contents

    Class Bits.MatchNoBits

    Bits impl of the specified length with no bits set.

    Inheritance
    System.Object
    Bits.MatchNoBits
    Implements
    IBits
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public class MatchNoBits : object, IBits

    Constructors

    | Improve this Doc View Source

    MatchNoBits(Int32)

    Declaration
    public MatchNoBits(int len)
    Parameters
    Type Name Description
    System.Int32 len

    Properties

    | Improve this Doc View Source

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Get(Int32)

    Declaration
    public bool Get(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Implements

    IBits
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)