public interface Numbers
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.Interner<Double> |
DOUBLE_INTERNER |
static Double |
DOUBLE_MINUS_ONE |
static Double |
DOUBLE_MINUS_TWO |
static Double |
DOUBLE_ONE |
static Double |
DOUBLE_ONE_HALF |
static Double |
DOUBLE_ZERO |
static Double |
DOUBLE_TWO |
static com.google.common.collect.Interner<Float> |
FLOAT_INTERNER |
static Float |
FLOAT_MINUS_ONE |
static Float |
FLOAT_ONE |
static Float |
FLOAT_ZERO |
static com.google.common.collect.Interner<Integer> |
INTEGER_INTERNER |
static Integer |
INTEGER_ONE |
static Integer |
INTEGER_ZERO |
static final Integer INTEGER_ZERO
static final Integer INTEGER_ONE
static final Float FLOAT_MINUS_ONE
static final Float FLOAT_ZERO
static final Float FLOAT_ONE
static final Double DOUBLE_MINUS_TWO
static final Double DOUBLE_MINUS_ONE
static final Double DOUBLE_ZERO
static final Double DOUBLE_ONE_HALF
static final Double DOUBLE_ONE
static final Double DOUBLE_TWO
static final com.google.common.collect.Interner<Integer> INTEGER_INTERNER
static final com.google.common.collect.Interner<Float> FLOAT_INTERNER
static final com.google.common.collect.Interner<Double> DOUBLE_INTERNER
Copyright © 2021. All rights reserved.