| Package | Description |
|---|---|
| com.helger.http |
| Modifier and Type | Field and Description |
|---|---|
static QValue |
QValue.MAX_QVALUE
Maximum quality
|
static QValue |
QValue.MIN_QVALUE
Minimum quality
|
| Modifier and Type | Field and Description |
|---|---|
protected com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> |
AbstractQValueList.m_aMap |
| Modifier and Type | Method and Description |
|---|---|
QValue |
AcceptCharsetList.getQValueOfCharset(String sCharset)
Return the associated quality of the given charset.
|
QValue |
AcceptEncodingList.getQValueOfEncoding(String sEncoding)
Return the associated quality of the given encoding.
|
QValue |
AcceptLanguageList.getQValueOfLanguage(String sLanguage)
Return the associated quality of the given language.
|
QValue |
AcceptMimeTypeList.getQValueOfMimeType(com.helger.commons.mime.IMimeType aMimeType)
Return the associated quality of the given MIME type using the fallback
mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> |
AbstractQValueList.getAllQValues() |
com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> |
AbstractQValueList.getAllQValuesGreaterOrEqual(double dQuality) |
com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> |
AbstractQValueList.getAllQValuesGreaterThan(double dQuality) |
com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> |
AbstractQValueList.getAllQValuesLowerOrEqual(double dQuality) |
com.helger.commons.collection.impl.ICommonsOrderedMap<KEYTYPE,QValue> |
AbstractQValueList.getAllQValuesLowerThan(double dQuality) |
| Modifier and Type | Method and Description |
|---|---|
int |
QValue.compareTo(QValue rhs) |
Copyright © 2016–2019 Philip Helger. All rights reserved.