public static class LanguageRange.$times extends java.lang.Object implements LanguageRange, scala.Product, java.io.Serializable
LanguageRange.$times, LanguageRange.$times$, LanguageRange.One, LanguageRange.One$
Constructor and Description |
---|
$times(float qValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Language lang) |
java.lang.String |
primaryTag() |
float |
qValue() |
scala.collection.immutable.Nil$ |
subTags() |
LanguageRange |
withQValue(float qValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSubTags, matches, render
value
toString
withQValue
public float qValue()
qValue
in interface LanguageRange
public java.lang.String primaryTag()
primaryTag
in interface LanguageRange
public scala.collection.immutable.Nil$ subTags()
public boolean matches(Language lang)
public LanguageRange withQValue(float qValue)
withQValue
in interface LanguageRange
withQValue
in interface WithQValue<LanguageRange>