Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class AssertingBits

    Wraps a Lucene.Net.Util.IBits but with additional asserts

    Inheritance
    System.Object
    AssertingBits
    Implements
    Lucene.Net.Util.IBits
    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.Index
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class AssertingBits : IBits

    Constructors

    | Improve this Doc View Source

    AssertingBits(IBits)

    Declaration
    public AssertingBits(IBits in)
    Parameters
    Type Name Description
    Lucene.Net.Util.IBits in

    Properties

    | Improve this Doc View Source

    Length

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

    Methods

    | Improve this Doc View Source

    Get(Int32)

    Declaration
    public virtual bool Get(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Boolean

    Implements

    Lucene.Net.Util.IBits
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.