Show / Hide Table of Contents

    Class LanguageSet

    A set of languages.

    Inheritance
    System.Object
    LanguageSet
    SomeLanguages
    Namespace: Lucene.Net.Analysis.Phonetic.Language.Bm
    Assembly: Lucene.Net.Analysis.Phonetic.dll
    Syntax
    public abstract class LanguageSet : object

    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
    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 © 2020 Licensed to the Apache Software Foundation (ASF)