Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class LanguageSet

    A set of languages.

    Inheritance
    System.Object
    LanguageSet
    SomeLanguages
    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.Analysis.Phonetic.Language.Bm
    Assembly: Lucene.Net.Analysis.Phonetic.dll
    Syntax
    public abstract class LanguageSet

    Properties

    | Improve this Doc View Source

    IsEmpty

    Declaration
    public abstract bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsSingleton

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

    Methods

    | Improve this Doc View Source

    Contains(String)

    Declaration
    public abstract bool Contains(string language)
    Parameters
    Type Name Description
    System.String language
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    From(ISet<String>)

    Declaration
    public static LanguageSet From(ISet<string> langs)
    Parameters
    Type Name Description
    System.Collections.Generic.ISet<System.String> langs
    Returns
    Type Description
    LanguageSet
    | Improve this Doc View Source

    GetAny()

    Declaration
    public abstract string GetAny()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    RestrictTo(LanguageSet)

    Declaration
    public abstract LanguageSet RestrictTo(LanguageSet other)
    Parameters
    Type Name Description
    LanguageSet other
    Returns
    Type Description
    LanguageSet
    • 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.