Show / Hide Table of Contents

    Class SomeLanguages

    Some languages, explicitly enumerated.

    Inheritance
    System.Object
    LanguageSet
    SomeLanguages
    Inherited Members
    LanguageSet.From(ISet<String>)
    Namespace: Lucene.Net.Analysis.Phonetic.Language.Bm
    Assembly: Lucene.Net.Analysis.Phonetic.dll
    Syntax
    public sealed class SomeLanguages : LanguageSet

    Properties

    | Improve this Doc View Source

    IsEmpty

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

    IsSingleton

    Declaration
    public override bool IsSingleton { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    LanguageSet.IsSingleton

    Methods

    | Improve this Doc View Source

    Contains(String)

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

    GetAny()

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

    GetLanguages()

    Declaration
    public ISet<string> GetLanguages()
    Returns
    Type Description
    ISet<System.String>
    | Improve this Doc View Source

    RestrictTo(LanguageSet)

    Declaration
    public override LanguageSet RestrictTo(LanguageSet other)
    Parameters
    Type Name Description
    LanguageSet other
    Returns
    Type Description
    LanguageSet
    Overrides
    LanguageSet.RestrictTo(LanguageSet)
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)