private static class AcceptParser.Charset extends java.lang.Object implements java.lang.Comparable<AcceptParser.Charset>
Modifier and Type | Field and Description |
---|---|
private float |
q |
private java.lang.String |
value |
Modifier | Constructor and Description |
---|---|
private |
Charset(java.lang.String value,
float q) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AcceptParser.Charset charset) |
public int compareTo(AcceptParser.Charset charset)
compareTo
in interface java.lang.Comparable<AcceptParser.Charset>