Home | History | Annotate | Download | only in util

Lines Matching defs:MIN_WEIGHT

3012         public static final double MIN_WEIGHT = 0.0;
3040 * @param weight a weight value between {@code MIN_WEIGHT} and
3045 * than {@code MIN_WEIGHT} or greater than {@code MAX_WEIGHT}
3051 if (weight < MIN_WEIGHT || weight > MAX_WEIGHT) {