JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
E
F
G
H
L
P
R
S
T
C
com.nimbusds.langtag
- package com.nimbusds.langtag
Language tags (RFC-5646) for Java.
E
equals(Object)
- Method in class com.nimbusds.langtag.
LangTag
Overrides
Object.equals()
.
extract(String)
- Static method in class com.nimbusds.langtag.
LangTagUtils
Extracts the language tag, if any is found, from the specified string.
F
find(String, Map<String, T>)
- Static method in class com.nimbusds.langtag.
LangTagUtils
Finds all language-tagged entries with the specified base name.
G
getExtendedLanguageSubtags()
- Method in class com.nimbusds.langtag.
LangTag
getExtendedLanguageSubtags()
- Method in interface com.nimbusds.langtag.
ReadOnlyLangTag
Gets the extended language subtags.
getExtensions()
- Method in class com.nimbusds.langtag.
LangTag
getExtensions()
- Method in interface com.nimbusds.langtag.
ReadOnlyLangTag
Gets the extensions.
getLanguage()
- Method in class com.nimbusds.langtag.
LangTag
getLanguage()
- Method in interface com.nimbusds.langtag.
ReadOnlyLangTag
Gets the language (primary language plus extended language subtags).
getPrimaryLanguage()
- Method in class com.nimbusds.langtag.
LangTag
getPrimaryLanguage()
- Method in interface com.nimbusds.langtag.
ReadOnlyLangTag
Gets the primary language.
getPrivateUse()
- Method in class com.nimbusds.langtag.
LangTag
getPrivateUse()
- Method in interface com.nimbusds.langtag.
ReadOnlyLangTag
Gets the private use.
getRegion()
- Method in class com.nimbusds.langtag.
LangTag
getRegion()
- Method in interface com.nimbusds.langtag.
ReadOnlyLangTag
Gets the region.
getScript()
- Method in class com.nimbusds.langtag.
LangTag
getScript()
- Method in interface com.nimbusds.langtag.
ReadOnlyLangTag
Gets the script.
getVariants()
- Method in class com.nimbusds.langtag.
LangTag
getVariants()
- Method in interface com.nimbusds.langtag.
ReadOnlyLangTag
Gets the variants.
H
hashCode()
- Method in class com.nimbusds.langtag.
LangTag
Overrides
Object.hashCode()
.
L
LangTag
- Class in
com.nimbusds.langtag
Language tag according to
RFC 5646
.
LangTag(String)
- Constructor for class com.nimbusds.langtag.
LangTag
Creates a new simple language tag.
LangTag(String, String...)
- Constructor for class com.nimbusds.langtag.
LangTag
Creates a new extended language tag.
LangTagException
- Exception in
com.nimbusds.langtag
Language tag exception.
LangTagException(String)
- Constructor for exception com.nimbusds.langtag.
LangTagException
Creates a new language tag exception with the specified message.
LangTagUtils
- Class in
com.nimbusds.langtag
Language tag utilities.
P
parse(String)
- Static method in class com.nimbusds.langtag.
LangTag
Parses the specified string representation of a language tag.
parseLangTagArray(String...)
- Static method in class com.nimbusds.langtag.
LangTagUtils
Parses a language tag array from the specified string values.
parseLangTagList(Collection<String>)
- Static method in class com.nimbusds.langtag.
LangTagUtils
Parses a language tag list from the specified string collection.
parseLangTagList(String...)
- Static method in class com.nimbusds.langtag.
LangTagUtils
Parses a language tag list from the specified string values.
R
ReadOnlyLangTag
- Interface in
com.nimbusds.langtag
Read-only view of a
Language tag
.
S
setExtensions(String...)
- Method in class com.nimbusds.langtag.
LangTag
Sets the extensions.
setPrivateUse(String)
- Method in class com.nimbusds.langtag.
LangTag
Sets the private use.
setRegion(String)
- Method in class com.nimbusds.langtag.
LangTag
Sets the region.
setScript(String)
- Method in class com.nimbusds.langtag.
LangTag
Sets the script.
setVariants(String...)
- Method in class com.nimbusds.langtag.
LangTag
Sets the variants.
strip(String)
- Static method in class com.nimbusds.langtag.
LangTagUtils
Strips the language tag, if any is found, from the specified string.
strip(Set<String>)
- Static method in class com.nimbusds.langtag.
LangTagUtils
Strips the language tags, if any are found, from the specified string set.
strip(List<String>)
- Static method in class com.nimbusds.langtag.
LangTagUtils
Strips the language tags, if any are found, from the specified string list.
T
toString()
- Method in class com.nimbusds.langtag.
LangTag
toString()
- Method in interface com.nimbusds.langtag.
ReadOnlyLangTag
Returns the canonical string representation of this language tag.
toStringArray(Collection<LangTag>)
- Static method in class com.nimbusds.langtag.
LangTagUtils
Returns a string array representation of the specified language tags collection.
toStringList(Collection<LangTag>)
- Static method in class com.nimbusds.langtag.
LangTagUtils
Returns a string list representation of the specified language tags collection.
C
E
F
G
H
L
P
R
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014
NimbusDS
. All Rights Reserved.