Home | History | Annotate | Download | only in util

Lines Matching refs:MAX_WEIGHT

3006         public static final double MAX_WEIGHT = 1.0;
3024 * <p>This is equivalent to {@code LanguageRange(range, MAX_WEIGHT)}.
3031 this(range, MAX_WEIGHT);
3041 * {@code MAX_WEIGHT}
3045 * than {@code MIN_WEIGHT} or greater than {@code MAX_WEIGHT}
3051 if (weight < MIN_WEIGHT || weight > MAX_WEIGHT) {
3142 * {@code ";q="}, and the default weight value is {@code MAX_WEIGHT}