Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class UpToTwoPositiveInt64Outputs.TwoInt64s

    Holds two long outputs.

    NOTE: This was TwoLongs in Lucene

    Inheritance
    System.Object
    UpToTwoPositiveInt64Outputs.TwoInt64s
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Util.Fst
    Assembly: Lucene.Net.Misc.dll
    Syntax
    public sealed class TwoInt64s

    Constructors

    | Improve this Doc View Source

    TwoInt64s(Int64, Int64)

    Declaration
    public TwoInt64s(long first, long second)
    Parameters
    Type Name Description
    System.Int64 first
    System.Int64 second

    Properties

    | Improve this Doc View Source

    First

    Declaration
    public long First { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Second

    Declaration
    public long Second { get; }
    Property Value
    Type Description
    System.Int64

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 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.