Show / Hide Table of Contents

    Class AbstractAppendingInt64Buffer.Iterator

    Inheritance
    System.Object
    AbstractAppendingInt64Buffer.Iterator
    Namespace: Lucene.Net.Util.Packed
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class Iterator : object

    Properties

    | Improve this Doc View Source

    HasNext

    Whether or not there are remaining values.

    Declaration
    public bool HasNext { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Next()

    Return the next long in the buffer.

    Declaration
    public long Next()
    Returns
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)