| Package | Description |
|---|---|
| ch.jalu.typeresolver.numbers |
| Modifier and Type | Method and Description |
|---|---|
static StandardValueRange |
StandardValueRange.findRangeOrThrow(Number number)
Returns the value range for the type of the given number.
|
static StandardValueRange |
StandardValueRange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardValueRange[] |
StandardValueRange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StandardValueRange.supportsAllValuesOf(StandardValueRange other)
Returns whether this range supports all values of the given range.
|
Copyright © 2023. All rights reserved.